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:



2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2787

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

#next_tokenString

Returns:

  • (String)


2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2787

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