ListedFlow class

Provides a summary of a flow, including its ARN, Availability Zone, and source type.

Constructors

ListedFlow({required String availabilityZone, required String description, required String flowArn, required String name, required SourceType sourceType, required Status status})
ListedFlow.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZone String
The Availability Zone that the flow was created in.
final
description String
A description of the flow.
final
flowArn String
The ARN of the flow.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the flow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType SourceType
The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account).
final
status Status
The current status of the flow.
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