Class: Aws::Types::UpdateFlowMediaStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowMediaStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#media_stream ⇒ Types::MediaStream
Returns the value of attribute media_stream.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def flow_arn @flow_arn end |
#media_stream ⇒ Types::MediaStream
Returns the value of attribute media_stream.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def media_stream @media_stream end |