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)


18880
18881
18882
# File 'sig/types.rbs', line 18880

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


18882
18883
18884
# File 'sig/types.rbs', line 18882

def resource_type
  @resource_type
end

#transit_gateway_attachment_id::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


18881
18882
18883
# File 'sig/types.rbs', line 18881

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end