Class: Aws::Types::SheetVisualScopingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SheetVisualScopingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope ⇒ "ALL_VISUALS", "SELECTED_VISUALS"
Returns the value of attribute scope.
-
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
-
#visual_ids ⇒ ::Array[::String]
Returns the value of attribute visual_ids.
Instance Attribute Details
#scope ⇒ "ALL_VISUALS", "SELECTED_VISUALS"
Returns the value of attribute scope.
10211 10212 10213 |
# File 'sig/types.rbs', line 10211 def scope @scope end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10210 10211 10212 |
# File 'sig/types.rbs', line 10210 def sheet_id @sheet_id end |
#visual_ids ⇒ ::Array[::String]
Returns the value of attribute visual_ids.
10212 10213 10214 |
# File 'sig/types.rbs', line 10212 def visual_ids @visual_ids end |