Class: Aws::EC2::Types::VpcCidrBlockState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcCidrBlockState
- Defined in:
- gems/aws-sdk-ec2/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 the CIDR block.
-
#status_message ⇒ String
A message about the status of the CIDR block, if applicable.
Instance Attribute Details
#state ⇒ String
The state of the CIDR block.
69432 69433 69434 69435 69436 69437 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69432 class VpcCidrBlockState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message about the status of the CIDR block, if applicable.
69432 69433 69434 69435 69436 69437 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69432 class VpcCidrBlockState < Struct.new( :state, :status_message) SENSITIVE = [] include Aws::Structure end |