Class: Aws::Repostspace::Types::BatchAddRoleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchAddRoleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessor_ids ⇒ Array<String>
The user or group accessor identifiers to add the role to.
-
#role ⇒ String
The role to add to the users or groups.
-
#space_id ⇒ String
The unique ID of the private re:Post.
Instance Attribute Details
#accessor_ids ⇒ Array<String>
The user or group accessor identifiers to add the role to.
40 41 42 43 44 45 46 |
# File 'lib/aws-sdk-repostspace/types.rb', line 40 class BatchAddRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role to add to the users or groups.
40 41 42 43 44 45 46 |
# File 'lib/aws-sdk-repostspace/types.rb', line 40 class BatchAddRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
40 41 42 43 44 45 46 |
# File 'lib/aws-sdk-repostspace/types.rb', line 40 class BatchAddRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |