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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#association_idString

The association ID for the IPv4 CIDR block.

Returns:

  • (String)


67842
67843
67844
67845
67846
67847
67848
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67842

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

#cidr_blockString

The IPv4 CIDR block.

Returns:

  • (String)


67842
67843
67844
67845
67846
67847
67848
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67842

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

#cidr_block_stateTypes::VpcCidrBlockState

Information about the state of the CIDR block.



67842
67843
67844
67845
67846
67847
67848
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67842

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