Class: Aws::Types::AwsEc2VpcDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_block_association_set::Array[Types::CidrBlockAssociation]

Returns the value of attribute cidr_block_association_set.

Returns:



1915
1916
1917
# File 'sig/types.rbs', line 1915

def cidr_block_association_set
  @cidr_block_association_set
end

#dhcp_options_id::String

Returns the value of attribute dhcp_options_id.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def dhcp_options_id
  @dhcp_options_id
end

#ipv_6_cidr_block_association_set::Array[Types::Ipv6CidrBlockAssociation]

Returns the value of attribute ipv_6_cidr_block_association_set.

Returns:



1916
1917
1918
# File 'sig/types.rbs', line 1916

def ipv_6_cidr_block_association_set
  @ipv_6_cidr_block_association_set
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1918
1919
1920
# File 'sig/types.rbs', line 1918

def state
  @state
end