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).
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7282 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.
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7282 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.
7282 7283 7284 7285 7286 7287 7288 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7282 class UpdatePackageScopeRequest < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |