Class: Aws::EC2::Types::VpcCidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcCidrBlockAssociation
- Includes:
- Structure
- Defined in:
- 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.
72957 72958 72959 72960 72961 72962 72963 |
# File 'lib/aws-sdk-ec2/types.rb', line 72957 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |
#cidr_block ⇒ String
The IPv4 CIDR block.
72957 72958 72959 72960 72961 72962 72963 |
# File 'lib/aws-sdk-ec2/types.rb', line 72957 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.
72957 72958 72959 72960 72961 72962 72963 |
# File 'lib/aws-sdk-ec2/types.rb', line 72957 class VpcCidrBlockAssociation < Struct.new( :association_id, :cidr_block, :cidr_block_state) SENSITIVE = [] include Aws::Structure end |