Class: Aws::Connect::Types::RequiredFieldInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RequiredFieldInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a required field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Types::TaskTemplateFieldIdentifier
The unique identifier for the field.
Instance Attribute Details
#id ⇒ Types::TaskTemplateFieldIdentifier
The unique identifier for the field.
16940 16941 16942 16943 16944 |
# File 'lib/aws-sdk-connect/types.rb', line 16940 class RequiredFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |