Class: Aws::Types::BatchRemoveChannelRoleFromAccessorsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchRemoveChannelRoleFromAccessorsOutput
- 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.
60 61 62 |
# File 'sig/types.rbs', line 60 def errors @errors end |
#removed_accessor_ids ⇒ ::Array[::String]
Returns the value of attribute removed_accessor_ids.
59 60 61 |
# File 'sig/types.rbs', line 59 def removed_accessor_ids @removed_accessor_ids end |