AWSEC2AssociateAddressResult
Objective-C
@interface AWSEC2AssociateAddressResult
Swift
class AWSEC2AssociateAddressResult
-
The ID that represents the association of the Elastic IP address with an instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;
Swift
var associationId: String? { get set }