AWSEC2PrivateDnsNameOptionsResponse
Objective-C
@interface AWSEC2PrivateDnsNameOptionsResponseSwift
class AWSEC2PrivateDnsNameOptionsResponseDescribes the options for instance hostnames.
- 
                  
                  Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable enableResourceNameDnsAAAARecord;Swift var enableResourceNameDnsAAAARecord: NSNumber? { get set }
- 
                  
                  Indicates whether to respond to DNS queries for instance hostnames with DNS A records. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable enableResourceNameDnsARecord;Swift var enableResourceNameDnsARecord: NSNumber? { get set }
- 
                  
                  The type of hostname to assign to an instance. DeclarationObjective-C @property (nonatomic) AWSEC2HostnameType hostnameType;Swift var hostnameType: AWSEC2HostnameType { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2PrivateDnsNameOptionsResponse Class Reference
        AWSEC2PrivateDnsNameOptionsResponse Class Reference