BrokerSummary class
The Amazon Resource Name (ARN) of the broker.
Constructors
- BrokerSummary({String? brokerArn, String? brokerId, String? brokerName, BrokerState? brokerState, DateTime? created, DeploymentMode? deploymentMode, EngineType? engineType, String? hostInstanceType})
-
BrokerSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- brokerArn → String?
-
The Amazon Resource Name (ARN) of the broker.
final
- brokerId → String?
-
The unique ID that Amazon MQ generates for the broker.
final
- brokerName → String?
-
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.
final
- brokerState → BrokerState?
-
The status of the broker.
final
- created → DateTime?
-
The time when the broker was created.
final
- deploymentMode → DeploymentMode?
-
Required. The deployment mode of the broker.
final
- engineType → EngineType?
-
Required. The type of broker engine.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostInstanceType → String?
-
The broker's instance type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited