Class: Aws::Types::TransitGatewayRouteTableAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment ⇒ Types::Attachment

Returns the value of attribute attachment.

Returns:



1813
1814
1815
# File 'sig/types.rbs', line 1813

def attachment
  @attachment
end

#peering_id ⇒ ::String

Returns the value of attribute peering_id.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def peering_id
  @peering_id
end

#transit_gateway_route_table_arn ⇒ ::String

Returns the value of attribute transit_gateway_route_table_arn.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def transit_gateway_route_table_arn
  @transit_gateway_route_table_arn
end