Class: Aws::GameSparks::Types::SnapshotDetails

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

Overview

Properties that provide details 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)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'lib/aws-sdk-gamesparks/types.rb', line 1368

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

#descriptionString

The description of the snapshot.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'lib/aws-sdk-gamesparks/types.rb', line 1368

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

#idString

The identifier of the snapshot.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'lib/aws-sdk-gamesparks/types.rb', line 1368

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

#last_updatedTime

The timestamp of when the snapshot was last updated.

Returns:

  • (Time)


1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'lib/aws-sdk-gamesparks/types.rb', line 1368

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

#sectionsHash<String,Types::Section>

The sections in the snapshot.

Returns:



1368
1369
1370
1371
1372
1373
1374
1375
1376
# File 'lib/aws-sdk-gamesparks/types.rb', line 1368

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