Class: Aws::Types::BatchRemoveChannelRoleFromAccessorsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchRemoveChannelRoleFromAccessorsInput
- 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.
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.
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.
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.
51 52 53 |
# File 'sig/types.rbs', line 51 def space_id @space_id end |