Class: Aws::OpenSearchService::Types::DescribeReservedInstanceOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeReservedInstanceOfferingsResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for results of a DescribeReservedInstanceOfferings
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When
nextToken
is returned, there are more results available. -
#reserved_instance_offerings ⇒ Array<Types::ReservedInstanceOffering>
List of Reserved Instance offerings.
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.
2924 2925 2926 2927 2928 2929 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2924 class DescribeReservedInstanceOfferingsResponse < Struct.new( :next_token, :reserved_instance_offerings) SENSITIVE = [] include Aws::Structure end |
#reserved_instance_offerings ⇒ Array<Types::ReservedInstanceOffering>
List of Reserved Instance offerings.
2924 2925 2926 2927 2928 2929 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2924 class DescribeReservedInstanceOfferingsResponse < Struct.new( :next_token, :reserved_instance_offerings) SENSITIVE = [] include Aws::Structure end |