Class: Aws::GameSparks::Types::GameSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GameSummary
- 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
-
#description ⇒ String
The description of the game.
-
#name ⇒ String
The name of the game.
-
#state ⇒ String
The state of the game.
-
#tags ⇒ Hash<String,String>
The tags associated with the game.
Instance Attribute Details
#description ⇒ String
The description of the game.
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 |
#name ⇒ String
The name of the game.
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 |
#state ⇒ String
The state of the game.
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 |
#tags ⇒ Hash<String,String>
The tags associated with the game.
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 |