class Aws::ElasticsearchService::Types::DissociatePackageRequest
@return [String]
Name of the domain that you want to associate the package with.
@!attribute [rw] domain_name
@return [String]
Use ‘DescribePackages` to find this value.
Internal ID of the package that you want to associate with a domain.
@!attribute [rw] package_id
}
domain_name: “DomainName”, # required
package_id: “PackageID”, # required
{
data as a hash:
@note When making an API call, you may pass DissociatePackageRequest
Container for request parameters to ` DissociatePackage ` operation.