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.
121 122 123 124 125 126 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 121 class BatchRemoveRoleOutput < Struct.new( :errors, :removed_accessor_ids) SENSITIVE = [] include Aws::Structure end |
#removed_accessor_ids ⇒ Array<String>
An array of successfully updated accessor identifiers.
121 122 123 124 125 126 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 121 class BatchRemoveRoleOutput < Struct.new( :errors, :removed_accessor_ids) SENSITIVE = [] include Aws::Structure end |