Class: Aws::Connect::Types::BatchCreateDataTableValueResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchCreateDataTableValueFailureResult>

A list of values that failed to be created with error messages explaining the failure reason.



2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2177

class BatchCreateDataTableValueResponse < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::BatchCreateDataTableValueSuccessResult>

A list of successfully created values with their identifiers and lock versions.



2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2177

class BatchCreateDataTableValueResponse < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end