Class: Aws::OpenSearchService::Types::DissociatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackageRequest
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the request parameters to the DissociatePackage
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain to dissociate the package from.
-
#package_id ⇒ String
Internal ID of the package to dissociate from the domain.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain to dissociate the package from.
3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3111 class DissociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package to dissociate from the domain. Use
ListPackagesForDomain
to find this value.
3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3111 class DissociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |