Class: Aws::MQ::Types::EngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::EngineVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Id of the engine version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Id for the version.
Instance Attribute Details
#name ⇒ String
Id for the version.
1821 1822 1823 1824 1825 |
# File 'lib/aws-sdk-mq/types.rb', line 1821 class EngineVersion < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |