Class: Aws::Types::RemoveFlowMediaStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowMediaStreamResponse
- 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_name ⇒ ::String
Returns the value of attribute media_stream_name.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def flow_arn @flow_arn end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def media_stream_name @media_stream_name end |