Class: Aws::OpenSearchService::Types::DissociatePackagesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of an OpenSearch Service domain. Domain names are unique across the domains owned by an account within an Amazon Web Services Region.

Returns:

  • (String)


2991
2992
2993
2994
2995
2996
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2991

class DissociatePackagesRequest < Struct.new(
  :package_list,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#package_listArray<String>

A list of package IDs to be dissociated from a domain.

Returns:

  • (Array<String>)


2991
2992
2993
2994
2995
2996
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2991

class DissociatePackagesRequest < Struct.new(
  :package_list,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end