Class: Aws::MediaConnect::Types::DescribeFlowSourceMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeFlowSourceMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow.
1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1337 class DescribeFlowSourceMetadataRequest < Struct.new( :flow_arn) SENSITIVE = [] include Aws::Structure end |