Class: Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_idsArray<String>

The users or groups identifiers to remove the role from.

Returns:

  • (Array<String>)


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_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


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_roleString

The channel role to remove from the users or groups.

Returns:

  • (String)


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_idString

The unique ID of the private re:Post.

Returns:

  • (String)


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