DeleteMultiplexResponse class

Placeholder documentation for DeleteMultiplexResponse

Constructors

DeleteMultiplexResponse({String? arn, List<String>? availabilityZones, List<MultiplexOutputDestination>? destinations, String? id, MultiplexSettings? multiplexSettings, String? name, int? pipelinesRunningCount, int? programCount, MultiplexState? state, Map<String, String>? tags})
DeleteMultiplexResponse.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
destinations List<MultiplexOutputDestination>?
A list of the multiplex output destinations.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique id of the multiplex.
final
multiplexSettings MultiplexSettings?
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
tags Map<String, String>?
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