Class: Aws::Connect::Types::BatchUpdateDataTableValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchUpdateDataTableValueResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchUpdateDataTableValueFailureResult>
A list of values that failed to be updated with error messages explaining the failure reason.
-
#successful ⇒ Array<Types::BatchUpdateDataTableValueSuccessResult>
A list of successfully updated values with their new lock versions and identifiers.
Instance Attribute Details
#failed ⇒ Array<Types::BatchUpdateDataTableValueFailureResult>
A list of values that failed to be updated with error messages explaining the failure reason.
2675 2676 2677 2678 2679 2680 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2675 class BatchUpdateDataTableValueResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::BatchUpdateDataTableValueSuccessResult>
A list of successfully updated values with their new lock versions and identifiers.
2675 2676 2677 2678 2679 2680 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2675 class BatchUpdateDataTableValueResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |