Class: Aws::Repostspace::Types::BatchAddRoleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchAddRoleInput
- Defined in:
- gems/aws-sdk-repostspace/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.
84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 84 class BatchAddRoleInput < Struct.new( :space_id, :accessor_ids, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role to add to the users or groups.
84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 84 class BatchAddRoleInput < Struct.new( :space_id, :accessor_ids, :role) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 84 class BatchAddRoleInput < Struct.new( :space_id, :accessor_ids, :role) SENSITIVE = [] include Aws::Structure end |