Class: Aws::EC2::Types::DescribeNatGatewaysResult

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

Overview

Contains the output of DescribeNatGateways.

Instance Attribute Summary collapse

Instance Attribute Details

#nat_gatewaysArray<Types::NatGateway>

Information about the NAT gateways.

Returns:



7760
7761
7762
7763
7764
# File 'lib/aws-sdk-ec2/types.rb', line 7760

class DescribeNatGatewaysResult < Struct.new(
  :nat_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)


7760
7761
7762
7763
7764
# File 'lib/aws-sdk-ec2/types.rb', line 7760

class DescribeNatGatewaysResult < Struct.new(
  :nat_gateways,
  :next_token)
  include Aws::Structure
end