Class: Aws::OpenSearchService::Types::DescribeReservedInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeReservedInstancesResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for results from DescribeReservedInstances
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When
nextTokenis returned, there are more results available. -
#reserved_instances ⇒ Array<Types::ReservedInstance>
List of Reserved Instances in the current Region.
Instance Attribute Details
#next_token ⇒ String
When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page.
Send the request again using the returned token to retrieve the next
page.
3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3080 class DescribeReservedInstancesResponse < Struct.new( :next_token, :reserved_instances) SENSITIVE = [] include Aws::Structure end |
#reserved_instances ⇒ Array<Types::ReservedInstance>
List of Reserved Instances in the current Region.
3080 3081 3082 3083 3084 3085 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3080 class DescribeReservedInstancesResponse < Struct.new( :next_token, :reserved_instances) SENSITIVE = [] include Aws::Structure end |