Class: Aws::ConnectCases::Types::BatchPutFieldOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::BatchPutFieldOptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::FieldOptionError>
A list of field errors.
Instance Attribute Details
#errors ⇒ Array<Types::FieldOptionError>
A list of field errors.
243 244 245 246 247 |
# File 'lib/aws-sdk-connectcases/types.rb', line 243 class BatchPutFieldOptionsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |