AWSEC2AsnAssociation
Objective-C
@interface AWSEC2AsnAssociation
Swift
class AWSEC2AsnAssociation
An Autonomous System Number (ASN) and BYOIP CIDR association.
-
The association’s ASN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable asn;
Swift
var asn: String? { get set }
-
The association’s CIDR.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidr;
Swift
var cidr: String? { get set }
-
The association’s state.
Declaration
Objective-C
@property (nonatomic) AWSEC2AsnAssociationState state;
Swift
var state: AWSEC2AsnAssociationState { get set }
-
The association’s status message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }