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)


1921
1922
1923
1924
1925
# File 'lib/aws-sdk-mq/types.rb', line 1921

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