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.
2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2364 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.
2364 2365 2366 2367 2368 2369 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2364 class BatchDescribeDataTableValueResponse < Struct.new( :successful, :failed) SENSITIVE = [] include Aws::Structure end |