AWSEC2AddressAttribute
Objective-C
@interface AWSEC2AddressAttributeSwift
class AWSEC2AddressAttributeThe attributes associated with an Elastic IP address.
- 
                  
                  [EC2-VPC] The allocation ID. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable allocationId;Swift var allocationId: String? { get set }
- 
                  
                  The pointer (PTR) record for the IP address. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable ptrRecord;Swift var ptrRecord: String? { get set }
- 
                  
                  The updated PTR record for the IP address. DeclarationObjective-C @property (nonatomic, strong) AWSEC2PtrUpdateStatus *_Nullable ptrRecordUpdate;Swift var ptrRecordUpdate: AWSEC2PtrUpdateStatus? { get set }
- 
                  
                  The public IP address. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable publicIp;Swift var publicIp: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2AddressAttribute Class Reference
        AWSEC2AddressAttribute Class Reference