class Aws::ElasticsearchService::Types::DissociatePackageRequest

Container for request parameters to ` DissociatePackage ` operation.

@note When making an API call, you may pass DissociatePackageRequest

data as a hash:

    {
      package_id: "PackageID", # required
      domain_name: "DomainName", # required
    }

@!attribute [rw] package_id

Internal ID of the package that you want to associate with a domain.
Use `DescribePackages` to find this value.
@return [String]

@!attribute [rw] domain_name

Name of the domain that you want to associate the package with.
@return [String]

Constants

SENSITIVE