Class: Aws::Types::Ipv6CidrBlockAssociation

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)


6332
6333
6334
# File 'sig/types.rbs', line 6332

def association_id
  @association_id
end

#cidr_block_state::String

Returns the value of attribute cidr_block_state.

Returns:

  • (::String)


6334
6335
6336
# File 'sig/types.rbs', line 6334

def cidr_block_state
  @cidr_block_state
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


6333
6334
6335
# File 'sig/types.rbs', line 6333

def ipv_6_cidr_block
  @ipv_6_cidr_block
end