Class: Aws::Types::UpdateFlowMediaStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowMediaStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::MediaStreamAttributesRequest
Returns the value of attribute attributes.
-
#clock_rate ⇒ ::Integer
Returns the value of attribute clock_rate.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
-
#media_stream_type ⇒ "video", ...
Returns the value of attribute media_stream_type.
-
#video_format ⇒ ::String
Returns the value of attribute video_format.
Instance Attribute Details
#attributes ⇒ Types::MediaStreamAttributesRequest
Returns the value of attribute attributes.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def attributes @attributes end |
#clock_rate ⇒ ::Integer
Returns the value of attribute clock_rate.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def clock_rate @clock_rate end |
#description ⇒ ::String
Returns the value of attribute description.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def description @description end |
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def flow_arn @flow_arn end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def media_stream_name @media_stream_name end |
#media_stream_type ⇒ "video", ...
Returns the value of attribute media_stream_type.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def media_stream_type @media_stream_type end |
#video_format ⇒ ::String
Returns the value of attribute video_format.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def video_format @video_format end |