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:



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

An array of successfully updated accessor identifiers.

Returns:

  • (Array<String>)


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