Class: Aws::Types::FieldOptionsCaseRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_field_id ⇒ ::String

Returns the value of attribute child_field_id.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def child_field_id
  @child_field_id
end

#parent_child_field_options_mappings ⇒ ::Array[Types::ParentChildFieldOptionsMapping]

Returns the value of attribute parent_child_field_options_mappings.



570
571
572
# File 'sig/types.rbs', line 570

def parent_child_field_options_mappings
  @parent_child_field_options_mappings
end

#parent_field_id ⇒ ::String

Returns the value of attribute parent_field_id.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def parent_field_id
  @parent_field_id
end