Class: Aws::OpenSearchService::Types::UpdatePackageScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdatePackageScopeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation ⇒ String
The operation to perform on the package scope (e.g., add/remove/override users).
-
#package_id ⇒ String
ID of the package whose scope is being updated.
-
#package_user_list ⇒ Array<String>
List of users to be added or removed from the package scope.
Instance Attribute Details
#operation ⇒ String
The operation to perform on the package scope (e.g., add/remove/override users).
7586 7587 7588 7589 7590 7591 7592 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7586 class UpdatePackageScopeRequest < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
ID of the package whose scope is being updated.
7586 7587 7588 7589 7590 7591 7592 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7586 class UpdatePackageScopeRequest < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |
#package_user_list ⇒ Array<String>
List of users to be added or removed from the package scope.
7586 7587 7588 7589 7590 7591 7592 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7586 class UpdatePackageScopeRequest < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |