Class: Aws::Types::DescribeTransitGatewaysResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7514
7515
7516
# File 'sig/types.rbs', line 7514

def next_token
  @next_token
end

#transit_gateways::Array[Types::TransitGateway]

Returns the value of attribute transit_gateways.

Returns:



7513
7514
7515
# File 'sig/types.rbs', line 7513

def transit_gateways
  @transit_gateways
end