Class: Aws::EC2::Types::DescribeInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeInstancesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#reservations ⇒ Array<Types::Reservation>
Information about the reservations.
Instance Attribute Details
#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.
18106 18107 18108 18109 18110 18111 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18106 class DescribeInstancesResult < Struct.new( :reservations, :next_token) SENSITIVE = [] include Aws::Structure end |
#reservations ⇒ Array<Types::Reservation>
Information about the reservations.
18106 18107 18108 18109 18110 18111 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18106 class DescribeInstancesResult < Struct.new( :reservations, :next_token) SENSITIVE = [] include Aws::Structure end |