Class: Aws::MQ::Types::BrokerSummary

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

Overview

Returns information about all brokers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_arnString

The broker's Amazon Resource Name (ARN).

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#broker_nameString

The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#broker_stateString

The broker's status.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

The time when the broker was created.

Returns:

  • (Time)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_modeString

The broker's deployment mode.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

The type of broker engine.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#host_instance_typeString

The broker's instance type.

Returns:

  • (String)


240
241
242
243
244
245
246
247
248
249
250
251
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 240

class BrokerSummary < Struct.new(
  :broker_arn,
  :broker_id,
  :broker_name,
  :broker_state,
  :created,
  :deployment_mode,
  :engine_type,
  :host_instance_type)
  SENSITIVE = []
  include Aws::Structure
end