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)


68095
68096
68097
68098
68099
68100
68101
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68095

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

#cidr_blockString

The IPv4 CIDR block.

Returns:

  • (String)


68095
68096
68097
68098
68099
68100
68101
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68095

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.



68095
68096
68097
68098
68099
68100
68101
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68095

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