Class: Aws::GameSparks::Types::UpdateSnapshotResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::SnapshotDetails

Properties that provide details of the updated snapshot.



1808
1809
1810
1811
1812
# File 'lib/aws-sdk-gamesparks/types.rb', line 1808

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