AWSEC2SubnetCidrBlockState
Objective-C
@interface AWSEC2SubnetCidrBlockState
Swift
class AWSEC2SubnetCidrBlockState
Describes the state of a CIDR block.
-
The state of a CIDR block.
Declaration
Objective-C
@property (nonatomic) AWSEC2SubnetCidrBlockStateCode state;Swift
var state: AWSEC2SubnetCidrBlockStateCode { 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
AWSEC2SubnetCidrBlockState Class Reference