Class: Aws::ConnectCases::Types::ParentChildFieldOptionsMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ParentChildFieldOptionsMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
A mapping between a parent field option value and child field option values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_field_option_values ⇒ Array<String>
A list of allowed values in the child field.
-
#parent_field_option_value ⇒ String
The value in the parent field.
Instance Attribute Details
#child_field_option_values ⇒ Array<String>
A list of allowed values in the child field.
2723 2724 2725 2726 2727 2728 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2723 class ParentChildFieldOptionsMapping < Struct.new( :parent_field_option_value, :child_field_option_values) SENSITIVE = [] include Aws::Structure end |
#parent_field_option_value ⇒ String
The value in the parent field.
2723 2724 2725 2726 2727 2728 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2723 class ParentChildFieldOptionsMapping < Struct.new( :parent_field_option_value, :child_field_option_values) SENSITIVE = [] include Aws::Structure end |