Class: Aws::GameSparks::Types::GameSummary

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

Overview

The summary of the properties of a game.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the game.

Returns:

  • (String)


458
459
460
461
462
463
464
465
# File 'lib/aws-sdk-gamesparks/types.rb', line 458

class GameSummary < Struct.new(
  :description,
  :name,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the game.

Returns:

  • (String)


458
459
460
461
462
463
464
465
# File 'lib/aws-sdk-gamesparks/types.rb', line 458

class GameSummary < Struct.new(
  :description,
  :name,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the game.

Returns:

  • (String)


458
459
460
461
462
463
464
465
# File 'lib/aws-sdk-gamesparks/types.rb', line 458

class GameSummary < Struct.new(
  :description,
  :name,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the game.

Returns:

  • (Hash<String,String>)


458
459
460
461
462
463
464
465
# File 'lib/aws-sdk-gamesparks/types.rb', line 458

class GameSummary < Struct.new(
  :description,
  :name,
  :state,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end