Class: Aws::GameSparks::Types::SnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::SnapshotDetails
- 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
-
#created ⇒ Time
The timestamp of when the snapshot was created.
-
#description ⇒ String
The description of the snapshot.
-
#id ⇒ String
The identifier of the snapshot.
-
#last_updated ⇒ Time
The timestamp of when the snapshot was last updated.
-
#sections ⇒ Hash<String,Types::Section>
The sections in the snapshot.
Instance Attribute Details
#created ⇒ Time
The timestamp of when the snapshot was created.
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 |
#description ⇒ String
The description of the snapshot.
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 |
#id ⇒ String
The identifier of the snapshot.
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_updated ⇒ Time
The timestamp of when the snapshot was last updated.
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 |
#sections ⇒ Hash<String,Types::Section>
The sections in the snapshot.
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 |