Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for results from ‘DescribeReservedElasticsearchInstances`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#reserved_elasticsearch_instances ⇒ Array<Types::ReservedElasticsearchInstance>
List of reserved Elasticsearch instances.
Instance Attribute Details
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1729 class DescribeReservedElasticsearchInstancesResponse < Struct.new( :next_token, :reserved_elasticsearch_instances) SENSITIVE = [] include Aws::Structure end |
#reserved_elasticsearch_instances ⇒ Array<Types::ReservedElasticsearchInstance>
List of reserved Elasticsearch instances.
1729 1730 1731 1732 1733 1734 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1729 class DescribeReservedElasticsearchInstancesResponse < Struct.new( :next_token, :reserved_elasticsearch_instances) SENSITIVE = [] include Aws::Structure end |