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)


2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2587

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)


2587
2588
2589
2590
2591
2592
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2587

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