Class: Aws::Types::AddFlowMediaStreamsResponse

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)


85
86
87
# File 'sig/types.rbs', line 85

def flow_arn
  @flow_arn
end

#media_streams::Array[Types::MediaStream]

Returns the value of attribute media_streams.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def media_streams
  @media_streams
end