AWSEC2DnsOptionsSpecification
Objective-C
@interface AWSEC2DnsOptionsSpecification
Swift
class AWSEC2DnsOptionsSpecification
Describes the DNS options for an endpoint.
-
The DNS records created for the endpoint.
Declaration
Objective-C
@property (nonatomic) AWSEC2DnsRecordIpType dnsRecordIpType;
Swift
var dnsRecordIpType: AWSEC2DnsRecordIpType { get set }