Class: Aws::OpenSearchService::Types::UpdatePackageScopeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdatePackageScopeResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation ⇒ String
The operation that was performed on the package scope.
-
#package_id ⇒ String
ID of the package whose scope was updated.
-
#package_user_list ⇒ Array<String>
List of users who have access to the package after the scope update.
Instance Attribute Details
#operation ⇒ String
The operation that was performed on the package scope.
7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608 class UpdatePackageScopeResponse < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
ID of the package whose scope was updated.
7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608 class UpdatePackageScopeResponse < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |
#package_user_list ⇒ Array<String>
List of users who have access to the package after the scope update.
7608 7609 7610 7611 7612 7613 7614 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7608 class UpdatePackageScopeResponse < Struct.new( :package_id, :operation, :package_user_list) SENSITIVE = [] include Aws::Structure end |