Class: Aws::Types::DescribeFlowSourceMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowSourceMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute messages.
-
#ndi_info ⇒ Types::NdiSourceMetadataInfo
Returns the value of attribute ndi_info.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#transport_media_info ⇒ Types::TransportMediaInfo
Returns the value of attribute transport_media_info.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def flow_arn @flow_arn end |
#messages ⇒ ::Array[Types::MessageDetail]
Returns the value of attribute messages.
565 566 567 |
# File 'sig/types.rbs', line 565 def @messages end |
#ndi_info ⇒ Types::NdiSourceMetadataInfo
Returns the value of attribute ndi_info.
568 569 570 |
# File 'sig/types.rbs', line 568 def ndi_info @ndi_info end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
566 567 568 |
# File 'sig/types.rbs', line 566 def @timestamp end |
#transport_media_info ⇒ Types::TransportMediaInfo
Returns the value of attribute transport_media_info.
567 568 569 |
# File 'sig/types.rbs', line 567 def transport_media_info @transport_media_info end |