Class: Aws::Repostspace::Types::BatchAddChannelRoleToAccessorsOutput

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

#added_accessor_idsArray<String>

An array of successfully updated identifiers.

Returns:

  • (Array<String>)


63
64
65
66
67
68
# File 'lib/aws-sdk-repostspace/types.rb', line 63

class BatchAddChannelRoleToAccessorsOutput < 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:



63
64
65
66
67
68
# File 'lib/aws-sdk-repostspace/types.rb', line 63

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