Class: Aws::OpenSearchService::Types::DescribeReservedInstanceOfferingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the request parameters to a ‘DescribeReservedInstanceOfferings` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to get the next page of results.

Returns:

  • (Integer)


2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2900

class DescribeReservedInstanceOfferingsRequest < Struct.new(
  :reserved_instance_offering_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ‘DescribeReservedInstanceOfferings` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `DescribeReservedInstanceOfferings` operations, which returns results in the next page.

Returns:

  • (String)


2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2900

class DescribeReservedInstanceOfferingsRequest < Struct.new(
  :reserved_instance_offering_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instance_offering_idString

The Reserved Instance identifier filter value. Use this parameter to show only the available instance types that match the specified reservation identifier.

Returns:

  • (String)


2900
2901
2902
2903
2904
2905
2906
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2900

class DescribeReservedInstanceOfferingsRequest < Struct.new(
  :reserved_instance_offering_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end