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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2956

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)


2956
2957
2958
2959
2960
2961
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2956

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