AWSEC2VpcCidrBlockAssociation
Objective-C
@interface AWSEC2VpcCidrBlockAssociation
Swift
class AWSEC2VpcCidrBlockAssociation
Describes an IPv4 CIDR block associated with a VPC.
-
The association ID for the IPv4 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;Swift
var associationId: String? { get set } -
The IPv4 CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidrBlock;Swift
var cidrBlock: String? { get set } -
Information about the state of the CIDR block.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcCidrBlockState *_Nullable cidrBlockState;Swift
var cidrBlockState: AWSEC2VpcCidrBlockState? { get set }
View on GitHub
Install in Dash
AWSEC2VpcCidrBlockAssociation Class Reference