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.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1625 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.
1625 1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1625 class DescribeReservedElasticsearchInstancesResponse < Struct.new( :next_token, :reserved_elasticsearch_instances) SENSITIVE = [] include Aws::Structure end |