Class: Aws::Types::BatchRemoveRoleInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchRemoveRoleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessor_ids ⇒ ::Array[::String]
Returns the value of attribute accessor_ids.
-
#role ⇒ "EXPERT", ...
Returns the value of attribute 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.
66 67 68 |
# File 'sig/types.rbs', line 66 def accessor_ids @accessor_ids end |
#role ⇒ "EXPERT", ...
Returns the value of attribute role.
67 68 69 |
# File 'sig/types.rbs', line 67 def role @role end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def space_id @space_id end |