Class: Aws::ElasticsearchService::Types::ListDomainsForPackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListDomainsForPackageRequest
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ListDomainsForPackage
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Limits results to a maximum number of domains.
-
#next_token ⇒ String
Used for pagination.
-
#package_id ⇒ String
The package for which to list domains.
Instance Attribute Details
#max_results ⇒ Integer
Limits results to a maximum number of domains.
2891 2892 2893 2894 2895 2896 2897 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2891 class ListDomainsForPackageRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.
2891 2892 2893 2894 2895 2896 2897 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2891 class ListDomainsForPackageRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The package for which to list domains.
2891 2892 2893 2894 2895 2896 2897 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2891 class ListDomainsForPackageRequest < Struct.new( :package_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |