Class: Aws::WorkSpaces::Types::Snapshot

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes a snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_timeTime

The time when the snapshot was created.

Returns:

  • (Time)


4405
4406
4407
4408
4409
# File 'lib/aws-sdk-workspaces/types.rb', line 4405

class Snapshot < Struct.new(
  :snapshot_time)
  SENSITIVE = []
  include Aws::Structure
end