Class: Aws::OpenSearchService::Types::DissociatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DissociatePackageRequest
- Includes:
- Structure
- Defined in:
- 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.
2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2956 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.
2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2956 class DissociatePackageRequest < Struct.new( :package_id, :domain_name) SENSITIVE = [] include Aws::Structure end |