Class: Aws::Types::TransitGatewayRouteAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


18230
18231
18232
# File 'sig/types.rbs', line 18230

def resource_id
  @resource_id
end

#resource_type"vpc", ...

Returns the value of attribute resource_type.

Returns:

  • ("vpc", "vpn", "vpn-concentrator", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function", "client-vpn")


18232
18233
18234
# File 'sig/types.rbs', line 18232

def resource_type
  @resource_type
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18231
18232
18233
# File 'sig/types.rbs', line 18231

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end