Class: Aws::ConnectCases::Types::BatchGetFieldResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::BatchGetFieldResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::FieldError>
A list of field errors.
-
#fields ⇒ Array<Types::GetFieldResponse>
A list of detailed field information.
Instance Attribute Details
#errors ⇒ Array<Types::FieldError>
A list of field errors.
208 209 210 211 212 213 |
# File 'lib/aws-sdk-connectcases/types.rb', line 208 class BatchGetFieldResponse < Struct.new( :errors, :fields) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<Types::GetFieldResponse>
A list of detailed field information.
208 209 210 211 212 213 |
# File 'lib/aws-sdk-connectcases/types.rb', line 208 class BatchGetFieldResponse < Struct.new( :errors, :fields) SENSITIVE = [] include Aws::Structure end |