Class: Aws::Repostspace::Types::BatchAddChannelRoleToAccessorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchAddChannelRoleToAccessorsInput
- 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 identifiers to add the role to.
-
#channel_id ⇒ String
The unique ID of the private re:Post channel.
-
#channel_role ⇒ String
The channel 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 identifiers to add the role to.
44 45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-repostspace/types.rb', line 44 class BatchAddChannelRoleToAccessorsInput < 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.
44 45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-repostspace/types.rb', line 44 class BatchAddChannelRoleToAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |
#channel_role ⇒ String
The channel role to add to the users or groups.
44 45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-repostspace/types.rb', line 44 class BatchAddChannelRoleToAccessorsInput < 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.
44 45 46 47 48 49 50 51 |
# File 'lib/aws-sdk-repostspace/types.rb', line 44 class BatchAddChannelRoleToAccessorsInput < Struct.new( :space_id, :channel_id, :accessor_ids, :channel_role) SENSITIVE = [] include Aws::Structure end |