Class: Aws::Connect::Types::BatchDescribeDataTableValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchDescribeDataTableValueResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchDescribeDataTableValueFailureResult>
A list of values that failed to be retrieved with error messages explaining the failure reason.
-
#successful ⇒ Array<Types::BatchDescribeDataTableValueSuccessResult>
A list of successfully retrieved values with their data, metadata, and lock version information.
Instance Attribute Details
#failed ⇒ Array<Types::BatchDescribeDataTableValueFailureResult>
A list of values that failed to be retrieved with error messages explaining the failure reason.
2465 2466 2467 2468 2469 2470 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2465 class BatchDescribeDataTableValueResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::BatchDescribeDataTableValueSuccessResult>
A list of successfully retrieved values with their data, metadata, and lock version information.
2465 2466 2467 2468 2469 2470 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2465 class BatchDescribeDataTableValueResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |