Class: Aws::Connect::Types::BatchCreateDataTableValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchCreateDataTableValueResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchCreateDataTableValueFailureResult>
A list of values that failed to be created with error messages explaining the failure reason.
-
#successful ⇒ Array<Types::BatchCreateDataTableValueSuccessResult>
A list of successfully created values with their identifiers and lock versions.
Instance Attribute Details
#failed ⇒ Array<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 |
#successful ⇒ Array<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 |