Class: Aws::ElasticsearchService::Types::ListDomainsForPackageRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_resultsInteger

Limits results to a maximum number of domains.

Returns:

  • (Integer)


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_tokenString

Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

Returns:

  • (String)


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_idString

The package for which to list domains.

Returns:

  • (String)


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