Class: Aws::EC2::Types::DescribeHostsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeHostsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosts ⇒ Array<Types::Host>
Information about the Dedicated Hosts.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#hosts ⇒ Array<Types::Host>
Information about the Dedicated Hosts.
20848 20849 20850 20851 20852 20853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20848 class DescribeHostsResult < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
20848 20849 20850 20851 20852 20853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20848 class DescribeHostsResult < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end |