You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::ListedFlow

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone that the flow was created in.

Returns:

  • (String)

    The Availability Zone that the flow was created in.

#descriptionString

A description of the flow.

Returns:

  • (String)

    A description of the flow.

#flow_arnString

The ARN of the flow.

Returns:

  • (String)

    The ARN of the flow.

#nameString

The name of the flow.

Returns:

  • (String)

    The name of the flow.

#source_typeString

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).

Possible values:

  • OWNED
  • ENTITLED

Returns:

  • (String)

    The type of source.

#statusString

The current status of the flow.

Possible values:

  • STANDBY
  • ACTIVE
  • UPDATING
  • DELETING
  • STARTING
  • STOPPING
  • ERROR

Returns:

  • (String)

    The current status of the flow.