Class: Aws::Repostspace::Types::BatchAddRoleOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::BatchAddRoleOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#added_accessor_ids ⇒ Array<String>
An array of successfully updated accessor identifiers.
-
#errors ⇒ Array<Types::BatchError>
An array of errors that occurred when roles were added.
Instance Attribute Details
#added_accessor_ids ⇒ Array<String>
An array of successfully updated accessor identifiers.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-repostspace/types.rb', line 58 class BatchAddRoleOutput < Struct.new( :added_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchError>
An array of errors that occurred when roles were added.
58 59 60 61 62 63 |
# File 'lib/aws-sdk-repostspace/types.rb', line 58 class BatchAddRoleOutput < Struct.new( :added_accessor_ids, :errors) SENSITIVE = [] include Aws::Structure end |