Class: Aws::Types::BatchAddRoleInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAddRoleInput
- 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.
32 33 34 |
# File 'sig/types.rbs', line 32 def accessor_ids @accessor_ids end |
#role ⇒ "EXPERT", ...
Returns the value of attribute role.
33 34 35 |
# File 'sig/types.rbs', line 33 def role @role end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def space_id @space_id end |