class Aws::OpenSearchService::Types::DissociatePackageRequest

Container for the request parameters to the ` 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

The internal ID of the package to associate with a domain. Use
`DescribePackages` to find this value.
@return [String]

@!attribute [rw] domain_name

The name of the domain to associate the package with.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DissociatePackageRequest AWS API Documentation

Constants

SENSITIVE