Class: Aws::Repostspace::Types::BatchRemoveRoleOutput

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

#errorsArray<Types::BatchError>

An array of errors that occurred when roles were removed.

Returns:



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_idsArray<String>

An array of successfully updated accessor identifiers.

Returns:

  • (Array<String>)


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