Class: Aws::Types::CreateStreamingURLResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamingURLResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires ⇒ ::Time
Returns the value of attribute expires.
-
#streaming_url ⇒ ::String
Returns the value of attribute streaming_url.
Instance Attribute Details
#expires ⇒ ::Time
Returns the value of attribute expires.
505 506 507 |
# File 'sig/types.rbs', line 505 def expires @expires end |
#streaming_url ⇒ ::String
Returns the value of attribute streaming_url.
504 505 506 |
# File 'sig/types.rbs', line 504 def streaming_url @streaming_url end |