Class: Aws::GameSparks::Types::ExtensionVersionDetails

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

Overview

Details about the extension version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the extension.

Returns:

  • (String)


351
352
353
354
355
356
357
358
# File 'lib/aws-sdk-gamesparks/types.rb', line 351

class ExtensionVersionDetails < Struct.new(
  :name,
  :namespace,
  :schema,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace (qualifier) of the extension.

Returns:

  • (String)


351
352
353
354
355
356
357
358
# File 'lib/aws-sdk-gamesparks/types.rb', line 351

class ExtensionVersionDetails < Struct.new(
  :name,
  :namespace,
  :schema,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The model that defines the interface for this extension version.

Returns:

  • (String)


351
352
353
354
355
356
357
358
# File 'lib/aws-sdk-gamesparks/types.rb', line 351

class ExtensionVersionDetails < Struct.new(
  :name,
  :namespace,
  :schema,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the extension.

Returns:

  • (String)


351
352
353
354
355
356
357
358
# File 'lib/aws-sdk-gamesparks/types.rb', line 351

class ExtensionVersionDetails < Struct.new(
  :name,
  :namespace,
  :schema,
  :version)
  SENSITIVE = []
  include Aws::Structure
end