Class: Aws::Repostspace::Types::BatchRemoveChannelRoleFromAccessorsOutput

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.

Returns:



170
171
172
173
174
175
# File 'lib/aws-sdk-repostspace/types.rb', line 170

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

#removed_accessor_idsArray<String>

An array of successfully updated identifiers.

Returns:

  • (Array<String>)


170
171
172
173
174
175
# File 'lib/aws-sdk-repostspace/types.rb', line 170

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