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)


67833
67834
67835
67836
67837
67838
67839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67833

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

#cidr_blockString

The IPv4 CIDR block.

Returns:

  • (String)


67833
67834
67835
67836
67837
67838
67839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67833

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.



67833
67834
67835
67836
67837
67838
67839
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67833

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