Class: Aws::Repostspace::Types::BatchRemoveRoleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchRemoveRoleOutput
- Defined in:
- gems/aws-sdk-repostspace/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 accessor identifiers.
Instance Attribute Details
#errors ⇒ Array<Types::BatchError>
An array of errors that occurred when roles were removed.
209 210 211 212 213 214 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 209 class BatchRemoveRoleOutput < Struct.new( :removed_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#removed_accessor_ids ⇒ Array<String>
An array of successfully updated accessor identifiers.
209 210 211 212 213 214 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 209 class BatchRemoveRoleOutput < Struct.new( :removed_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |