Class: Aws::GameSparks::Types::GetExtensionVersionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#extension_versionTypes::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