Class: Aws::Types::SnapshotFile
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format_type ⇒ "CSV", ...
Returns the value of attribute format_type.
-
#sheet_selections ⇒ ::Array[Types::SnapshotFileSheetSelection]
Returns the value of attribute sheet_selections.
Instance Attribute Details
#format_type ⇒ "CSV", ...
Returns the value of attribute format_type.
10291 10292 10293 |
# File 'sig/types.rbs', line 10291 def format_type @format_type end |
#sheet_selections ⇒ ::Array[Types::SnapshotFileSheetSelection]
Returns the value of attribute sheet_selections.
10290 10291 10292 |
# File 'sig/types.rbs', line 10290 def sheet_selections @sheet_selections end |