Class: Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchError>
An array of errors that occurred when roles were removed.
-
#removed_accessor_ids ⇒ Array<String>
An array of successfully updated identifiers.
Instance Attribute Details
#errors ⇒ Array<Types::BatchError>
An array of errors that occurred when roles were removed.
170 171 172 173 174 175 |
# File 'lib/aws-sdk-repostspace/types.rb', line 170 class BatchRemoveChannelRoleFromAccessorsOutput < Struct.new( :removed_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#removed_accessor_ids ⇒ Array<String>
An array of successfully updated identifiers.
170 171 172 173 174 175 |
# File 'lib/aws-sdk-repostspace/types.rb', line 170 class BatchRemoveChannelRoleFromAccessorsOutput < Struct.new( :removed_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |