Class: Aws::Repostspace::Types::BatchRemoveRoleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchRemoveRoleInput
- 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 remove the role from.
-
#role ⇒ String
The role to remove from 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 remove the role from.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-repostspace/types.rb', line 103 class BatchRemoveRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role to remove from the users or groups.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-repostspace/types.rb', line 103 class BatchRemoveRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-repostspace/types.rb', line 103 class BatchRemoveRoleInput < Struct.new( :accessor_ids, :role, :space_id) SENSITIVE = [] include Aws::Structure end |