Class: Aws::OpenSearchService::Types::UpdatePackageScopeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

The operation to perform on the package scope (e.g., add/remove/override users).

Returns:

  • (String)


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_idString

ID of the package whose scope is being updated.

Returns:

  • (String)


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_listArray<String>

List of users to be added or removed from the package scope.

Returns:

  • (Array<String>)


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