You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::VpcCidrBlockAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcCidrBlockAssociation
- Defined in:
- (unknown)
Overview
Describes an IPv4 CIDR block associated with a VPC.
Returned by:
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.
#cidr_block ⇒ String
The IPv4 CIDR block.
#cidr_block_state ⇒ Types::VpcCidrBlockState
Information about the state of the CIDR block.