You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Amazon Resource Name (ARN) of the broker.

Instance Attribute Summary collapse

Instance Attribute Details

#broker_arnString

The Amazon Resource Name (ARN) of the broker.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the broker.

#broker_idString

The unique ID that Amazon MQ generates for the broker.

Returns:

  • (String)

    The unique ID that Amazon MQ generates for the broker.

#broker_nameString

The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard characters, or special characters.

Returns:

  • (String)

    The name of the broker.

#broker_stateString

The status of the broker.

Possible values:

  • CREATION_IN_PROGRESS
  • CREATION_FAILED
  • DELETION_IN_PROGRESS
  • RUNNING
  • REBOOT_IN_PROGRESS

Returns:

  • (String)

    The status of the broker.

#createdTime

The time when the broker was created.

Returns:

  • (Time)

    The time when the broker was created.

#deployment_modeString

Required. The deployment mode of the broker.

Possible values:

  • SINGLE_INSTANCE
  • ACTIVE_STANDBY_MULTI_AZ
  • CLUSTER_MULTI_AZ

Returns:

  • (String)

    Required.

#engine_typeString

Required. The type of broker engine.

Possible values:

  • ACTIVEMQ
  • RABBITMQ

Returns:

  • (String)

    Required.

#host_instance_typeString

The broker\'s instance type.

Returns:

  • (String)

    The broker\'s instance type.