Class: Aws::Types::DescribeFlowSourceMetadataResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


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.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def messages
  @messages
end

#ndi_infoTypes::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.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def timestamp
  @timestamp
end

#transport_media_infoTypes::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