ListedFlow

public struct ListedFlow : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Availability Zone that the flow was created in.

    Declaration

    Swift

    public let availabilityZone: String
  • A description of the flow.

    Declaration

    Swift

    public let description: String
  • The ARN of the flow.

    Declaration

    Swift

    public let flowArn: String
  • The name of the flow.

    Declaration

    Swift

    public let name: String
  • 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).

    Declaration

    Swift

    public let sourceType: SourceType
  • The current status of the flow.

    Declaration

    Swift

    public let status: Status
  • Undocumented

    Declaration

    Swift

    public init(availabilityZone: String, description: String, flowArn: String, name: String, sourceType: SourceType, status: Status)