AWSEC2VpcCidrBlockState
Objective-C
@interface AWSEC2VpcCidrBlockState
Swift
class AWSEC2VpcCidrBlockState
Describes the state of a CIDR block.
-
The state of the CIDR block.
Declaration
Objective-C
@property (nonatomic) AWSEC2VpcCidrBlockStateCode state;Swift
var state: AWSEC2VpcCidrBlockStateCode { get set } -
A message about the status of the CIDR block, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;Swift
var statusMessage: String? { get set }
View on GitHub
Install in Dash
AWSEC2VpcCidrBlockState Class Reference