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
- Struct
- Aws::ElasticsearchService::Types::DissociatePackageRequest
 
- 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
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the domain that you want to associate the package with. 
- 
  
    
      #package_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Internal ID of the package that you want to associate with a domain. 
Instance Attribute Details
#domain_name ⇒ String
Name of the domain that you want to associate the package with.
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain. Use
DescribePackages to find this value.