VpcCidrBlockAssociation
public struct VpcCidrBlockAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The association ID for the IPv4 CIDR block.
Declaration
Swift
public let associationId: String? -
The IPv4 CIDR block.
Declaration
Swift
public let cidrBlock: String? -
Information about the state of the CIDR block.
Declaration
Swift
public let cidrBlockState: VpcCidrBlockState? -
Undocumented
Declaration
Swift
public init(associationId: String? = nil, cidrBlock: String? = nil, cidrBlockState: VpcCidrBlockState? = nil)
View on GitHub
VpcCidrBlockAssociation Structure Reference