Class: Aws::GameSparks::Types::ExtensionDetails

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

Overview

Details about the extension.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the extension.

Returns:

  • (String)


323
324
325
326
327
328
329
# File 'lib/aws-sdk-gamesparks/types.rb', line 323

class ExtensionDetails < Struct.new(
  :description,
  :name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the extension.

Returns:

  • (String)


323
324
325
326
327
328
329
# File 'lib/aws-sdk-gamesparks/types.rb', line 323

class ExtensionDetails < Struct.new(
  :description,
  :name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace (qualifier) of the extension.

Returns:

  • (String)


323
324
325
326
327
328
329
# File 'lib/aws-sdk-gamesparks/types.rb', line 323

class ExtensionDetails < Struct.new(
  :description,
  :name,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end