Class: Aws::Types::GetPersistentAppUIPresignedURLOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPersistentAppUIPresignedURLOutput
- 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.
575 576 577 |
# File 'sig/types.rbs', line 575 def presigned_url @presigned_url end |
#presigned_url_ready ⇒ Boolean
Returns the value of attribute presigned_url_ready.
574 575 576 |
# File 'sig/types.rbs', line 574 def presigned_url_ready @presigned_url_ready end |