Class: Aws::Types::BatchRemoveRoleOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchRemoveRoleOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
-
#removed_accessor_ids ⇒ ::Array[::String]
Returns the value of attribute removed_accessor_ids.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
73 74 75 |
# File 'sig/types.rbs', line 73 def errors @errors end |
#removed_accessor_ids ⇒ ::Array[::String]
Returns the value of attribute removed_accessor_ids.
72 73 74 |
# File 'sig/types.rbs', line 72 def removed_accessor_ids @removed_accessor_ids end |