Class: Aws::ElasticsearchService::Types::ListDomainsForPackageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response parameters to ‘ ListDomainsForPackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_package_details_listArray<Types::DomainPackageDetails>

List of ‘DomainPackageDetails` objects.

Returns:



2784
2785
2786
2787
2788
2789
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2784

class ListDomainsForPackageResponse < Struct.new(
  :domain_package_details_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2784

class ListDomainsForPackageResponse < Struct.new(
  :domain_package_details_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end