Class: Aws::ConnectCases::Types::RequiredField
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::RequiredField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
List of fields that must have a value provided to create a case.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_id ⇒ String
Unique identifier of a field.
Instance Attribute Details
#field_id ⇒ String
Unique identifier of a field.
2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2098 class RequiredField < Struct.new( :field_id) SENSITIVE = [] include Aws::Structure end |