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


17889
17890
17891
# File 'sig/types.rbs', line 17889

def state
  @state
end

#transit_gateway_policy_table_id::String

Returns the value of attribute transit_gateway_policy_table_id.

Returns:

  • (::String)


17888
17889
17890
# File 'sig/types.rbs', line 17888

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)


17887
17888
17889
# File 'sig/types.rbs', line 17887

def transit_gateway_route_table_id
  @transit_gateway_route_table_id
end