Class: Aws::EC2::Types::SubnetCidrBlockState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetCidrBlockState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the state of a CIDR block.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of a CIDR block.
-
#status_message ⇒ String
A message about the status of the CIDR block, if applicable.
Instance Attribute Details
#state ⇒ String
The state of a CIDR block.
67900 67901 67902 67903 67904 67905 |
# File 'lib/aws-sdk-ec2/types.rb', line 67900 class SubnetCidrBlockState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message about the status of the CIDR block, if applicable.
67900 67901 67902 67903 67904 67905 |
# File 'lib/aws-sdk-ec2/types.rb', line 67900 class SubnetCidrBlockState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |