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

Class: Aws::MediaConnect::Types::StartFlowResponse

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

Overview

The result of a successful StartFlow request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

The ARN of the flow that you started.

Returns:

  • (String)

    The ARN of the flow that you started.

#statusString

The status of the flow when the StartFlow process begins.

Possible values:

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

Returns:

  • (String)

    The status of the flow when the StartFlow process begins.