Class: Aws::EC2::Types::VpcCidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcCidrBlockAssociation
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an IPv4 CIDR block associated with a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The association ID for the IPv4 CIDR block.
-
#cidr_block ⇒ String
The IPv4 CIDR block.
-
#cidr_block_state ⇒ Types::VpcCidrBlockState
Information about the state of the CIDR block.
Instance Attribute Details
#association_id ⇒ String
The association ID for the IPv4 CIDR block.
71261 71262 71263 71264 71265 71266 71267 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71261 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block ⇒ String
The IPv4 CIDR block.
71261 71262 71263 71264 71265 71266 71267 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71261 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block_state ⇒ Types::VpcCidrBlockState
Information about the state of the CIDR block.
71261 71262 71263 71264 71265 71266 71267 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71261 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |