Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1767 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.
1767 1768 1769 1770 1771 1772 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1767 class DescribeReservedElasticsearchInstancesResponse < Struct.new( :next_token, :reserved_elasticsearch_instances) SENSITIVE = [] include Aws::Structure end |