Class: Aws::GameSparks::Types::GameDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GameDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Details about a game.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of this game.
-
#created ⇒ Time
The date when the game was created.
-
#description ⇒ String
The description of the game.
-
#enable_termination_protection ⇒ Boolean
Determines if the game can be deleted.
-
#last_updated ⇒ Time
The date when the game was last modified.
-
#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
#arn ⇒ String
The Amazon Resource Name (ARN) of this game.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
The date when the game was created.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the game.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#enable_termination_protection ⇒ Boolean
Determines if the game can be deleted.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The date when the game was last modified.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the game.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the game.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the game.
425 426 427 428 429 430 431 432 433 434 435 436 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 425 class GameDetails < Struct.new( :arn, :created, :description, :enable_termination_protection, :last_updated, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |