Class: Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessor_ids ⇒ Array<String>
The users or groups identifiers to remove the role from.
-
#channel_id ⇒ String
The unique ID of the private re:Post channel.
-
#channel_role ⇒ String
The channel 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 users or groups identifiers to remove the role from.
151 152 153 154 155 156 157 158 |
# File 'lib/aws-sdk-repostspace/types.rb', line 151 class BatchRemoveChannelRoleFromAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |
#channel_id ⇒ String
The unique ID of the private re:Post channel.
151 152 153 154 155 156 157 158 |
# File 'lib/aws-sdk-repostspace/types.rb', line 151 class BatchRemoveChannelRoleFromAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |
#channel_role ⇒ String
The channel role to remove from the users or groups.
151 152 153 154 155 156 157 158 |
# File 'lib/aws-sdk-repostspace/types.rb', line 151 class BatchRemoveChannelRoleFromAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the private re:Post.
151 152 153 154 155 156 157 158 |
# File 'lib/aws-sdk-repostspace/types.rb', line 151 class BatchRemoveChannelRoleFromAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |