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)


7697
7698
7699
# File 'sig/types.rbs', line 7697

def next_token
  @next_token
end

#transit_gateways::Array[Types::TransitGateway]

Returns the value of attribute transit_gateways.

Returns:



7696
7697
7698
# File 'sig/types.rbs', line 7696

def transit_gateways
  @transit_gateways
end