Class: Aws::GameSparks::Types::SnapshotSummary

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

Overview

The summary of the properties of a snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

The timestamp of when the snapshot was created.

Returns:

  • (Time)


1398
1399
1400
1401
1402
1403
1404
1405
# File 'lib/aws-sdk-gamesparks/types.rb', line 1398

class SnapshotSummary < Struct.new(
  :created,
  :description,
  :id,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the snapshot.

Returns:

  • (String)


1398
1399
1400
1401
1402
1403
1404
1405
# File 'lib/aws-sdk-gamesparks/types.rb', line 1398

class SnapshotSummary < Struct.new(
  :created,
  :description,
  :id,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the snapshot.

Returns:

  • (String)


1398
1399
1400
1401
1402
1403
1404
1405
# File 'lib/aws-sdk-gamesparks/types.rb', line 1398

class SnapshotSummary < Struct.new(
  :created,
  :description,
  :id,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

Then timestamp of when the snapshot was last updated.

Returns:

  • (Time)


1398
1399
1400
1401
1402
1403
1404
1405
# File 'lib/aws-sdk-gamesparks/types.rb', line 1398

class SnapshotSummary < Struct.new(
  :created,
  :description,
  :id,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end