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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/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)


1804
1805
1806
1807
1808
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 1804

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