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.
10681 10682 10683 |
# File 'sig/types.rbs', line 10681 def format_type @format_type end |
#sheet_selections ⇒ ::Array[Types::SnapshotFileSheetSelection]
Returns the value of attribute sheet_selections.
10680 10681 10682 |
# File 'sig/types.rbs', line 10680 def sheet_selections @sheet_selections end |