Class: Aws::Types::AddFlowMediaStreamsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowMediaStreamsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#media_streams ⇒ ::Array[Types::MediaStream]
Returns the value of attribute media_streams.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
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.
86 87 88 |
# File 'sig/types.rbs', line 86 def media_streams @media_streams end |