Class: Aws::Types::AddMediaStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddMediaStreamRequest
- 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.
-
#media_stream_id ⇒ ::Integer
Returns the value of attribute media_stream_id.
-
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
-
#media_stream_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute media_stream_tags.
-
#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.
144 145 146 |
# File 'sig/types.rbs', line 144 def attributes @attributes end |
#clock_rate ⇒ ::Integer
Returns the value of attribute clock_rate.
145 146 147 |
# File 'sig/types.rbs', line 145 def clock_rate @clock_rate end |
#description ⇒ ::String
Returns the value of attribute description.
146 147 148 |
# File 'sig/types.rbs', line 146 def description @description end |
#media_stream_id ⇒ ::Integer
Returns the value of attribute media_stream_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def media_stream_id @media_stream_id end |
#media_stream_name ⇒ ::String
Returns the value of attribute media_stream_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def media_stream_name @media_stream_name end |
#media_stream_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute media_stream_tags.
151 152 153 |
# File 'sig/types.rbs', line 151 def @media_stream_tags end |
#media_stream_type ⇒ "video", ...
Returns the value of attribute media_stream_type.
149 150 151 |
# File 'sig/types.rbs', line 149 def media_stream_type @media_stream_type end |
#video_format ⇒ ::String
Returns the value of attribute video_format.
150 151 152 |
# File 'sig/types.rbs', line 150 def video_format @video_format end |