Class: Aws::GameSparks::Types::CreateSnapshotResult

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 created snapshot.



121
122
123
124
125
# File 'lib/aws-sdk-gamesparks/types.rb', line 121

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