Class: Aws::Types::GetOnClusterAppUIPresignedURLOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOnClusterAppUIPresignedURLOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
-
#presigned_url_ready ⇒ Boolean
Returns the value of attribute presigned_url_ready.
Instance Attribute Details
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
560 561 562 |
# File 'sig/types.rbs', line 560 def presigned_url @presigned_url end |
#presigned_url_ready ⇒ Boolean
Returns the value of attribute presigned_url_ready.
559 560 561 |
# File 'sig/types.rbs', line 559 def presigned_url_ready @presigned_url_ready end |