Class: Aws::Repostspace::Types::BatchAddRoleOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#added_accessor_idsArray<String>

An array of successfully updated accessor identifiers.

Returns:

  • (Array<String>)


58
59
60
61
62
63
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 58

class BatchAddRoleOutput < Struct.new(
  :added_accessor_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchError>

An array of errors that occurred when roles were added.

Returns:



58
59
60
61
62
63
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 58

class BatchAddRoleOutput < Struct.new(
  :added_accessor_ids,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end