Class: Aws::Types::CreateAppBlockBuilderStreamingURLResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppBlockBuilderStreamingURLResult
- 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.
297 298 299 |
# File 'sig/types.rbs', line 297 def expires @expires end |
#streaming_url ⇒ ::String
Returns the value of attribute streaming_url.
296 297 298 |
# File 'sig/types.rbs', line 296 def streaming_url @streaming_url end |