You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::DissociatePackageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DissociatePackageRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Container for request parameters to DissociatePackage operation.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain that you want to associate the package with.

Returns:

  • (String)

    Name of the domain that you want to associate the package with.

#package_idString

Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

Returns:

  • (String)

    Internal ID of the package that you want to associate with a domain.