Class: Aws::EC2::Types::DescribeHostsResult

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

Overview

Contains the output of DescribeHosts.

Instance Attribute Summary collapse

Instance Attribute Details

#hostsArray<Types::Host>

Information about the Dedicated Hosts.

Returns:



6458
6459
6460
6461
6462
# File 'lib/aws-sdk-ec2/types.rb', line 6458

class DescribeHostsResult < Struct.new(
  :hosts,
  :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)


6458
6459
6460
6461
6462
# File 'lib/aws-sdk-ec2/types.rb', line 6458

class DescribeHostsResult < Struct.new(
  :hosts,
  :next_token)
  include Aws::Structure
end