Class: Aws::ElasticsearchService::Types::DissociatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DissociatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ DissociatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
1681 1682 1683 1684 1685 1686 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1681 class DissociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package that you want to associate with a domain. Use ‘DescribePackages` to find this value.
1681 1682 1683 1684 1685 1686 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1681 class DissociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |