Class: Aws::Types::BatchAddChannelRoleToAccessorsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAddChannelRoleToAccessorsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_ids ⇒ ::Array[::String]
Returns the value of attribute accessor_ids.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_role ⇒ "ASKER", ...
Returns the value of attribute channel_role.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#accessor_ids ⇒ ::Array[::String]
Returns the value of attribute accessor_ids.
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.
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.
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.
17 18 19 |
# File 'sig/types.rbs', line 17 def space_id @space_id end |