Class: Aws::Types::BatchRemoveChannelRoleFromAccessorsInput

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])


53
54
55
# File 'sig/types.rbs', line 53

def accessor_ids
  @accessor_ids
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def channel_id
  @channel_id
end

#channel_role"ASKER", ...

Returns the value of attribute channel_role.

Returns:

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


54
55
56
# File 'sig/types.rbs', line 54

def channel_role
  @channel_role
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def space_id
  @space_id
end