Class: Aws::MediaConnect::Types::DescribeFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that you want to describe.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that you want to describe.
1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1307 class DescribeFlowRequest < Struct.new( :flow_arn) SENSITIVE = [] include Aws::Structure end |