Class: Aws::Repostspace::Types::BatchAddChannelRoleToAccessorsInput

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 user or group identifiers to add the role to.

Returns:

  • (Array<String>)


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_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


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_roleString

The channel role to add to the users or groups.

Returns:

  • (String)


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_idString

The unique ID of the private re:Post.

Returns:

  • (String)


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