Class: Aws::GameSparks::Types::CreateSnapshotRequest

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

#descriptionString

The description of the snapshot.

Returns:

  • (String)


108
109
110
111
112
113
# File 'lib/aws-sdk-gamesparks/types.rb', line 108

class CreateSnapshotRequest < Struct.new(
  :description,
  :game_name)
  SENSITIVE = []
  include Aws::Structure
end

#game_nameString

The name of the game.

Returns:

  • (String)


108
109
110
111
112
113
# File 'lib/aws-sdk-gamesparks/types.rb', line 108

class CreateSnapshotRequest < Struct.new(
  :description,
  :game_name)
  SENSITIVE = []
  include Aws::Structure
end