AWSEC2DnsEntry

Objective-C

@interface AWSEC2DnsEntry

Swift

class AWSEC2DnsEntry

Describes a DNS entry.

  • The DNS name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dnsName;

    Swift

    var dnsName: String? { get set }
  • The ID of the private hosted zone.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable hostedZoneId;

    Swift

    var hostedZoneId: String? { get set }