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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostsArray<Types::Host>

Information about the Dedicated Hosts.

Returns:



19019
19020
19021
19022
19023
19024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19019

class DescribeHostsResult < Struct.new(
  :hosts,
  :next_token)
  SENSITIVE = []
  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)


19019
19020
19021
19022
19023
19024
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19019

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