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)


18243
18244
18245
# File 'sig/types.rbs', line 18243

def association_id
  @association_id
end

#ip_source"amazon", ...

Returns the value of attribute ip_source.

Returns:

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


18247
18248
18249
# File 'sig/types.rbs', line 18247

def ip_source
  @ip_source
end

#ipv_6_address_attribute"public", "private"

Returns the value of attribute ipv_6_address_attribute.

Returns:

  • ("public", "private")


18246
18247
18248
# File 'sig/types.rbs', line 18246

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)


18244
18245
18246
# File 'sig/types.rbs', line 18244

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.



18245
18246
18247
# File 'sig/types.rbs', line 18245

def ipv_6_cidr_block_state
  @ipv_6_cidr_block_state
end