Class: Aws::ConnectCases::Types::FieldOptionsCaseRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldOptionsCaseRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Rules that control which options are available in a child field based on the selected value in a parent field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_field_id ⇒ String
The identifier of the child field whose options are controlled.
-
#parent_child_field_options_mappings ⇒ Array<Types::ParentChildFieldOptionsMapping>
A mapping between a parent field option value and child field option values.
-
#parent_field_id ⇒ String
The identifier of the parent field that controls options.
Instance Attribute Details
#child_field_id ⇒ String
The identifier of the child field whose options are controlled.
1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1551 class FieldOptionsCaseRule < Struct.new( :parent_field_id, :child_field_id, :parent_child_field_options_mappings) SENSITIVE = [] include Aws::Structure end |
#parent_child_field_options_mappings ⇒ Array<Types::ParentChildFieldOptionsMapping>
A mapping between a parent field option value and child field option values.
1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1551 class FieldOptionsCaseRule < Struct.new( :parent_field_id, :child_field_id, :parent_child_field_options_mappings) SENSITIVE = [] include Aws::Structure end |
#parent_field_id ⇒ String
The identifier of the parent field that controls options.
1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1551 class FieldOptionsCaseRule < Struct.new( :parent_field_id, :child_field_id, :parent_child_field_options_mappings) SENSITIVE = [] include Aws::Structure end |