Class: Aws::MQ::Types::EngineVersion

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

Overview

Id of the engine version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Id for the version.

Returns:

  • (String)


1821
1822
1823
1824
1825
# File 'lib/aws-sdk-mq/types.rb', line 1821

class EngineVersion < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end