Class: Aws::Types::RemoveFlowMediaStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowMediaStreamRequest
- 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.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def flow_arn @flow_arn end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def media_stream_name @media_stream_name end |