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")


18208
18209
18210
# File 'sig/types.rbs', line 18208

def state
  @state
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


18207
18208
18209
# File 'sig/types.rbs', line 18207

def subnet_id
  @subnet_id
end