Class: Aws::Types::SnapshotFileSheetSelection
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotFileSheetSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selection_scope ⇒ "ALL_VISUALS", "SELECTED_VISUALS"
Returns the value of attribute selection_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
#selection_scope ⇒ "ALL_VISUALS", "SELECTED_VISUALS"
Returns the value of attribute selection_scope.
10302 10303 10304 |
# File 'sig/types.rbs', line 10302 def selection_scope @selection_scope end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10301 10302 10303 |
# File 'sig/types.rbs', line 10301 def sheet_id @sheet_id end |
#visual_ids ⇒ ::Array[::String]
Returns the value of attribute visual_ids.
10303 10304 10305 |
# File 'sig/types.rbs', line 10303 def visual_ids @visual_ids end |