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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

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)


1919
1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1919

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

#messagesArray<Types::MessageDetail>

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

Returns:



1919
1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1919

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

#ndi_infoTypes::NdiSourceMetadataInfo

The NDI® specific information about the flow's source. This includes the current active NDI sender, a list of all discovered NDI senders, the associated media streams for the active NDI sender, and any relevant status messages.



1919
1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1919

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

#timestampTime

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

Returns:

  • (Time)


1919
1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1919

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

#transport_media_infoTypes::TransportMediaInfo

Information about the flow's transport media.



1919
1920
1921
1922
1923
1924
1925
1926
1927
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1919

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