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

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

Overview

Note:

When making an API call, you may pass DescribeReservedElasticsearchInstanceOfferingsRequest data as a hash:

{
  reserved_elasticsearch_instance_offering_id: "GUID",
  max_results: 1,
  next_token: "NextToken",
}

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)


1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1277

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)


1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1277

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)


1277
1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1277

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