Class: Aws::Types::CascadingControlSource
- Inherits:
-
Object
- Object
- Aws::Types::CascadingControlSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_to_match ⇒ Types::ColumnIdentifier
Returns the value of attribute column_to_match.
-
#source_sheet_control_id ⇒ ::String
Returns the value of attribute source_sheet_control_id.
Instance Attribute Details
#column_to_match ⇒ Types::ColumnIdentifier
Returns the value of attribute column_to_match.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def column_to_match @column_to_match end |
#source_sheet_control_id ⇒ ::String
Returns the value of attribute source_sheet_control_id.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def source_sheet_control_id @source_sheet_control_id end |