Class: Aws::Types::BatchAddChannelRoleToAccessorsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAddChannelRoleToAccessorsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_accessor_ids ⇒ ::Array[::String]
Returns the value of attribute added_accessor_ids.
-
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
Instance Attribute Details
#added_accessor_ids ⇒ ::Array[::String]
Returns the value of attribute added_accessor_ids.
25 26 27 |
# File 'sig/types.rbs', line 25 def added_accessor_ids @added_accessor_ids end |
#errors ⇒ ::Array[Types::BatchError]
Returns the value of attribute errors.
26 27 28 |
# File 'sig/types.rbs', line 26 def errors @errors end |