Class: Aws::Types::SubnetIpv6CidrBlockAssociation

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)


17607
17608
17609
# File 'sig/types.rbs', line 17607

def association_id
  @association_id
end

#ip_source"amazon", ...

Returns the value of attribute ip_source.

Returns:

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


17611
17612
17613
# File 'sig/types.rbs', line 17611

def ip_source
  @ip_source
end

#ipv_6_address_attribute"public", "private"

Returns the value of attribute ipv_6_address_attribute.

Returns:

  • ("public", "private")


17610
17611
17612
# File 'sig/types.rbs', line 17610

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)


17608
17609
17610
# File 'sig/types.rbs', line 17608

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#ipv_6_cidr_block_stateTypes::SubnetCidrBlockState

Returns the value of attribute ipv_6_cidr_block_state.



17609
17610
17611
# File 'sig/types.rbs', line 17609

def ipv_6_cidr_block_state
  @ipv_6_cidr_block_state
end