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
nextToken
is 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.
2977 2978 2979 2980 2981 2982 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2977 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.
2977 2978 2979 2980 2981 2982 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2977 class DescribeReservedInstancesResponse < Struct.new( :next_token, :reserved_instances) SENSITIVE = [] include Aws::Structure end |