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