Class: Aws::MediaConnect::Types::DescribeFlowSourceMetadataResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#flow_arnString

The ARN of the flow that DescribeFlowSourceMetadata was performed on.

Returns:

  • (String)


1281
1282
1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1281

class DescribeFlowSourceMetadataResponse < Struct.new(
  :flow_arn,
  :messages,
  :timestamp,
  :transport_media_info)
  SENSITIVE = []
  include Aws::Structure
end

#messagesArray<Types::MessageDetail>

Provides a status code and message regarding issues found with the flow source metadata.

Returns:



1281
1282
1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1281

class DescribeFlowSourceMetadataResponse < Struct.new(
  :flow_arn,
  :messages,
  :timestamp,
  :transport_media_info)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the most recent change in metadata for this flow’s source.

Returns:

  • (Time)


1281
1282
1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1281

class DescribeFlowSourceMetadataResponse < Struct.new(
  :flow_arn,
  :messages,
  :timestamp,
  :transport_media_info)
  SENSITIVE = []
  include Aws::Structure
end

#transport_media_infoTypes::TransportMediaInfo

The metadata of the transport stream in the current flow's source.



1281
1282
1283
1284
1285
1286
1287
1288
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1281

class DescribeFlowSourceMetadataResponse < Struct.new(
  :flow_arn,
  :messages,
  :timestamp,
  :transport_media_info)
  SENSITIVE = []
  include Aws::Structure
end