Class: Aws::ConnectCases::Types::ParentChildFieldOptionsMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#child_field_option_valuesArray<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_valueString

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