Class: Aws::Types::TransitGatewayAttachmentAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated")


18200
18201
18202
# File 'sig/types.rbs', line 18200

def state
  @state
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


18199
18200
18201
# File 'sig/types.rbs', line 18199

def transit_gateway_policy_table_id
  @transit_gateway_policy_table_id
end

#transit_gateway_route_table_id::String

Returns the value of attribute transit_gateway_route_table_id.

Returns:

  • (::String)


18198
18199
18200
# File 'sig/types.rbs', line 18198

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end