Class: Aws::Types::SubnetAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"pendingAcceptance", ...

Returns the value of attribute state.

Returns:

  • ("pendingAcceptance", "associating", "associated", "disassociating", "disassociated", "rejected", "failed")


17572
17573
17574
# File 'sig/types.rbs', line 17572

def state
  @state
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17571
17572
17573
# File 'sig/types.rbs', line 17571

def subnet_id
  @subnet_id
end