Class: Aws::GameSparks::Types::GetSnapshotRequest

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

#game_nameString

The name of the game.

Returns:

  • (String)


732
733
734
735
736
737
738
# File 'lib/aws-sdk-gamesparks/types.rb', line 732

class GetSnapshotRequest < Struct.new(
  :game_name,
  :sections,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#sectionsArray<String>

The list of game configuration sections to be described.

Returns:

  • (Array<String>)


732
733
734
735
736
737
738
# File 'lib/aws-sdk-gamesparks/types.rb', line 732

class GetSnapshotRequest < Struct.new(
  :game_name,
  :sections,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The identifier of the snapshot.

Returns:

  • (String)


732
733
734
735
736
737
738
# File 'lib/aws-sdk-gamesparks/types.rb', line 732

class GetSnapshotRequest < Struct.new(
  :game_name,
  :sections,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end