Class: Aws::EC2::Types::DescribeInternetGatewaysResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#internet_gatewaysArray<Types::InternetGateway>

Information about one or more internet gateways.

Returns:



12415
12416
12417
12418
12419
# File 'lib/aws-sdk-ec2/types.rb', line 12415

class DescribeInternetGatewaysResult < Struct.new(
  :internet_gateways,
  :next_token)
  include Aws::Structure
end

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


12415
12416
12417
12418
12419
# File 'lib/aws-sdk-ec2/types.rb', line 12415

class DescribeInternetGatewaysResult < Struct.new(
  :internet_gateways,
  :next_token)
  include Aws::Structure
end