Class: Aws::Types::VpcIpv6CidrBlockAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


19818
19819
19820
# File 'sig/types.rbs', line 19818

def association_id
  @association_id
end

#ip_source"amazon", ...

Returns the value of attribute ip_source.

Returns:

  • ("amazon", "byoip", "none")


19824
19825
19826
# File 'sig/types.rbs', line 19824

def ip_source
  @ip_source
end

#ipv_6_address_attribute"public", "private"

Returns the value of attribute ipv_6_address_attribute.

Returns:

  • ("public", "private")


19823
19824
19825
# File 'sig/types.rbs', line 19823

def ipv_6_address_attribute
  @ipv_6_address_attribute
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


19819
19820
19821
# File 'sig/types.rbs', line 19819

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#ipv_6_cidr_block_stateTypes::VpcCidrBlockState

Returns the value of attribute ipv_6_cidr_block_state.



19820
19821
19822
# File 'sig/types.rbs', line 19820

def ipv_6_cidr_block_state
  @ipv_6_cidr_block_state
end

#ipv_6_pool::String

Returns the value of attribute ipv_6_pool.

Returns:

  • (::String)


19822
19823
19824
# File 'sig/types.rbs', line 19822

def ipv_6_pool
  @ipv_6_pool
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


19821
19822
19823
# File 'sig/types.rbs', line 19821

def network_border_group
  @network_border_group
end