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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



209
210
211
212
213
214
# File '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.



209
210
211
212
213
214
# File 'lib/aws-sdk-repostspace/types.rb', line 209

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