AWSEC2ModifyPrivateDnsNameOptionsRequest
Objective-C
@interface AWSEC2ModifyPrivateDnsNameOptionsRequestSwift
class AWSEC2ModifyPrivateDnsNameOptionsRequest- 
                  
                  Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it isUnauthorizedOperation.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  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 ID of the instance. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceId;Swift var instanceId: String? { get set }
- 
                  
                  The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. DeclarationObjective-C @property (nonatomic) AWSEC2HostnameType privateDnsHostnameType;Swift var privateDnsHostnameType: AWSEC2HostnameType { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ModifyPrivateDnsNameOptionsRequest Class Reference
        AWSEC2ModifyPrivateDnsNameOptionsRequest Class Reference