Class: Aws::Types::GetStreamUrlInput
- Inherits:
-
Object
- Object
- Aws::Types::GetStreamUrlInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#stream_url_identifier ⇒ ::String
Returns the value of attribute stream_url_identifier.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
306 307 308 |
# File 'sig/types.rbs', line 306 def identifier @identifier end |
#stream_url_identifier ⇒ ::String
Returns the value of attribute stream_url_identifier.
307 308 309 |
# File 'sig/types.rbs', line 307 def stream_url_identifier @stream_url_identifier end |