Class: Aws::GameSparks::Types::ExtensionVersionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ExtensionVersionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Details about the extension version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the extension.
-
#namespace ⇒ String
The namespace (qualifier) of the extension.
-
#schema ⇒ String
The model that defines the interface for this extension version.
-
#version ⇒ String
The version of the extension.
Instance Attribute Details
#name ⇒ String
The name of the extension.
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 |
#namespace ⇒ String
The namespace (qualifier) of the extension.
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 |
#schema ⇒ String
The model that defines the interface for this extension version.
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 |
#version ⇒ String
The version of the extension.
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 |