Class: Aws::Types::ParentChildFieldOptionsMapping

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_field_option_values ⇒ ::Array[::String]

Returns the value of attribute child_field_option_values.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def parent_field_option_value
  @parent_field_option_value
end