MultiplexSummary class
Placeholder documentation for MultiplexSummary
Constructors
-
MultiplexSummary({String? arn, List<
String> ? availabilityZones, String? id, MultiplexSettingsSummary? multiplexSettings, String? name, int? pipelinesRunningCount, int? programCount, MultiplexState? state, Map<String, String> ? tags}) -
MultiplexSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The unique arn of the multiplex.
final
-
availabilityZones
→ List<
String> ? -
A list of availability zones for the multiplex.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique id of the multiplex.
final
- multiplexSettings → MultiplexSettingsSummary?
-
Configuration for a multiplex event.
final
- name → String?
-
The name of the multiplex.
final
- pipelinesRunningCount → int?
-
The number of currently healthy pipelines.
final
- programCount → int?
-
The number of programs in the multiplex.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → MultiplexState?
-
The current state of the multiplex.
final
-
A collection of key-value pairs.
final
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