Class: Aws::WorkSpaces::Types::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::Snapshot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_time ⇒ Time
The time when the snapshot was created.
Instance Attribute Details
#snapshot_time ⇒ Time
The time when the snapshot was created.
4726 4727 4728 4729 4730 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4726 class Snapshot < Struct.new( :snapshot_time) SENSITIVE = [] include Aws::Structure end |