Class: Aws::EC2::Types::DescribeTransitGatewaysResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


15998
15999
16000
16001
16002
# File 'lib/aws-sdk-ec2/types.rb', line 15998

class DescribeTransitGatewaysResult < Struct.new(
  :transit_gateways,
  :next_token)
  include Aws::Structure
end

#transit_gatewaysArray<Types::TransitGateway>

Information about the transit gateways.

Returns:



15998
15999
16000
16001
16002
# File 'lib/aws-sdk-ec2/types.rb', line 15998

class DescribeTransitGatewaysResult < Struct.new(
  :transit_gateways,
  :next_token)
  include Aws::Structure
end