Class: Aws::MediaConnect::Types::DescribeFlowSourceMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeFlowSourceMetadataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DescribeFlowSourceMetadata request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that DescribeFlowSourceMetadata was performed on.
-
#messages ⇒ Array<Types::MessageDetail>
Provides a status code and message regarding issues found with the flow source metadata.
-
#timestamp ⇒ Time
The timestamp of the most recent change in metadata for this flow’s source.
-
#transport_media_info ⇒ Types::TransportMediaInfo
The metadata of the transport stream in the current flow’s source.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that DescribeFlowSourceMetadata was performed on.
1303 1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1303 class DescribeFlowSourceMetadataResponse < Struct.new( :flow_arn, :messages, :timestamp, :transport_media_info) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Array<Types::MessageDetail>
Provides a status code and message regarding issues found with the flow source metadata.
1303 1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1303 class DescribeFlowSourceMetadataResponse < Struct.new( :flow_arn, :messages, :timestamp, :transport_media_info) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the most recent change in metadata for this flow’s source.
1303 1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1303 class DescribeFlowSourceMetadataResponse < Struct.new( :flow_arn, :messages, :timestamp, :transport_media_info) SENSITIVE = [] include Aws::Structure end |
#transport_media_info ⇒ Types::TransportMediaInfo
The metadata of the transport stream in the current flow’s source.
1303 1304 1305 1306 1307 1308 1309 1310 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1303 class DescribeFlowSourceMetadataResponse < Struct.new( :flow_arn, :messages, :timestamp, :transport_media_info) SENSITIVE = [] include Aws::Structure end |