Class: Aws::Types::DescribeWorkspaceSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceSnapshotsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rebuild_snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute rebuild_snapshots.
-
#restore_snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute restore_snapshots.
Instance Attribute Details
#rebuild_snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute rebuild_snapshots.
774 775 776 |
# File 'sig/types.rbs', line 774 def rebuild_snapshots @rebuild_snapshots end |
#restore_snapshots ⇒ ::Array[Types::Snapshot]
Returns the value of attribute restore_snapshots.
775 776 777 |
# File 'sig/types.rbs', line 775 def restore_snapshots @restore_snapshots end |