Class: Aws::MQ::Types::UpdateBrokerResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_minor_version_upgradeBoolean

Returns:

  • (Boolean)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/aws-sdk-mq/types.rb', line 1852

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

#broker_idString

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/aws-sdk-mq/types.rb', line 1852

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

#configurationTypes::ConfigurationId

A list of information about the configuration.



1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/aws-sdk-mq/types.rb', line 1852

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

#engine_versionString

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/aws-sdk-mq/types.rb', line 1852

class UpdateBrokerResponse < 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:



1852
1853
1854
1855
1856
1857
1858
1859
# File 'lib/aws-sdk-mq/types.rb', line 1852

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