Class: Aws::Types::BatchAddChannelRoleToAccessorsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_ids::Array[::String]

Returns the value of attribute accessor_ids.

Returns:

  • (::Array[::String])


19
20
21
# File 'sig/types.rbs', line 19

def accessor_ids
  @accessor_ids
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def channel_id
  @channel_id
end

#channel_role"ASKER", ...

Returns the value of attribute channel_role.

Returns:

  • ("ASKER", "EXPERT", "MODERATOR", "SUPPORTREQUESTOR")


20
21
22
# File 'sig/types.rbs', line 20

def channel_role
  @channel_role
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def space_id
  @space_id
end