Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest

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

Overview

Container for parameters to ‘DescribeReservedElasticsearchInstanceOfferings`

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Set this value to limit the number of results returned. If not specified, defaults to 100.

Returns:

  • (Integer)


1667
1668
1669
1670
1671
1672
1673
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1667

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

#next_tokenString

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
1673
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1667

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

#reserved_elasticsearch_instance_offering_idString

The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
1673
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1667

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