Class: Aws::MQ::Types::UpdateBrokerOutput

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

Overview

Returns information about the updated broker.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_minor_version_upgradeBoolean

The new value of automatic upgrades to new minor version for brokers.

Returns:

  • (Boolean)


1777
1778
1779
1780
1781
1782
1783
1784
# File 'lib/aws-sdk-mq/types.rb', line 1777

class UpdateBrokerOutput < Struct.new(
  :auto_minor_version_upgrade,
  :broker_id,
  :configuration,
  :engine_version,
  :logs)
  include Aws::Structure
end

#broker_idString

Required. The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
# File 'lib/aws-sdk-mq/types.rb', line 1777

class UpdateBrokerOutput < Struct.new(
  :auto_minor_version_upgrade,
  :broker_id,
  :configuration,
  :engine_version,
  :logs)
  include Aws::Structure
end

#configurationTypes::ConfigurationId

The ID of the updated configuration.



1777
1778
1779
1780
1781
1782
1783
1784
# File 'lib/aws-sdk-mq/types.rb', line 1777

class UpdateBrokerOutput < Struct.new(
  :auto_minor_version_upgrade,
  :broker_id,
  :configuration,
  :engine_version,
  :logs)
  include Aws::Structure
end

#engine_versionString

The version of the broker engine to upgrade to. For a list of supported engine versions, see docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
# File 'lib/aws-sdk-mq/types.rb', line 1777

class UpdateBrokerOutput < Struct.new(
  :auto_minor_version_upgrade,
  :broker_id,
  :configuration,
  :engine_version,
  :logs)
  include Aws::Structure
end

#logsTypes::Logs

The list of information about logs to be enabled for the specified broker.

Returns:



1777
1778
1779
1780
1781
1782
1783
1784
# File 'lib/aws-sdk-mq/types.rb', line 1777

class UpdateBrokerOutput < Struct.new(
  :auto_minor_version_upgrade,
  :broker_id,
  :configuration,
  :engine_version,
  :logs)
  include Aws::Structure
end