Class: Aws::Types::ParentChildFieldOptionsMapping
- Inherits:
-
Object
- Object
- Aws::Types::ParentChildFieldOptionsMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_field_option_values ⇒ ::Array[::String]
Returns the value of attribute child_field_option_values.
-
#parent_field_option_value ⇒ ::String
Returns the value of attribute parent_field_option_value.
Instance Attribute Details
#child_field_option_values ⇒ ::Array[::String]
Returns the value of attribute child_field_option_values.
924 925 926 |
# File 'sig/types.rbs', line 924 def child_field_option_values @child_field_option_values end |
#parent_field_option_value ⇒ ::String
Returns the value of attribute parent_field_option_value.
923 924 925 |
# File 'sig/types.rbs', line 923 def parent_field_option_value @parent_field_option_value end |