VpcCidrBlockState
public struct VpcCidrBlockState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the CIDR block.
Declaration
Swift
public let state: VpcCidrBlockStateCode?
-
A message about the status of the CIDR block, if applicable.
Declaration
Swift
public let statusMessage: String?
-
Undocumented
Declaration
Swift
public init(state: VpcCidrBlockStateCode? = nil, statusMessage: String? = nil)