Class: Aws::MediaConnect::Types::DescribeFlowSourceMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DescribeFlowSourceMetadataResponse
- Defined in:
- gems/aws-sdk-mediaconnect/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.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1293 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.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1293 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.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1293 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.
1293 1294 1295 1296 1297 1298 1299 1300 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1293 class DescribeFlowSourceMetadataResponse < Struct.new( :flow_arn, :messages, :timestamp, :transport_media_info) SENSITIVE = [] include Aws::Structure end |