Class: Aws::EC2::Types::VpcCidrBlockAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an IPv4 CIDR block associated with a VPC.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID for the IPv4 CIDR block.

Returns:

  • (String)


37408
37409
37410
37411
37412
37413
# File 'lib/aws-sdk-ec2/types.rb', line 37408

class VpcCidrBlockAssociation < Struct.new(
  :association_id,
  :cidr_block,
  :cidr_block_state)
  include Aws::Structure
end

#cidr_blockString

The IPv4 CIDR block.

Returns:

  • (String)


37408
37409
37410
37411
37412
37413
# File 'lib/aws-sdk-ec2/types.rb', line 37408

class VpcCidrBlockAssociation < Struct.new(
  :association_id,
  :cidr_block,
  :cidr_block_state)
  include Aws::Structure
end

#cidr_block_stateTypes::VpcCidrBlockState

Information about the state of the CIDR block.



37408
37409
37410
37411
37412
37413
# File 'lib/aws-sdk-ec2/types.rb', line 37408

class VpcCidrBlockAssociation < Struct.new(
  :association_id,
  :cidr_block,
  :cidr_block_state)
  include Aws::Structure
end