Class: Aws::MQ::Types::BrokerEngineType

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

Overview

Types of broker engines.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_typeString

The broker's engine type.

Returns:

  • (String)


76
77
78
79
80
81
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 76

class BrokerEngineType < Struct.new(
  :engine_type,
  :engine_versions)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionsArray<Types::EngineVersion>

The list of engine versions.

Returns:



76
77
78
79
80
81
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 76

class BrokerEngineType < Struct.new(
  :engine_type,
  :engine_versions)
  SENSITIVE = []
  include Aws::Structure
end