Class: Aws::GameSparks::Types::GameDetails

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

Overview

Details about a game.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of this game.

Returns:

  • (String)


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

#createdTime

The date when the game was created.

Returns:

  • (Time)


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

#descriptionString

The description of the game.

Returns:

  • (String)


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_protectionBoolean

Determines if the game can be deleted.

Returns:

  • (Boolean)


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_updatedTime

The date when the game was last modified.

Returns:

  • (Time)


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

#nameString

The name of the game.

Returns:

  • (String)


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

#stateString

The state of the game.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with the game.

Returns:

  • (Hash<String,String>)


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