Class: Aws::GameSparks::Types::GetExtensionVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetExtensionVersionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#extension_version ⇒ Types::ExtensionVersionDetails
The version of the extension.
Instance Attribute Details
#extension_version ⇒ Types::ExtensionVersionDetails
The version of the extension.
590 591 592 593 594 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 590 class GetExtensionVersionResult < Struct.new( :extension_version) SENSITIVE = [] include Aws::Structure end |