Class: Aws::OpenSearchService::Types::DissociatePackageRequest

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

Overview

Container for the request parameters to the DissociatePackage operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain to dissociate the package from.

Returns:

  • (String)


2660
2661
2662
2663
2664
2665
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2660

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

#package_idString

Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain to find this value.

Returns:

  • (String)


2660
2661
2662
2663
2664
2665
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2660

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