Class: Aws::Types::GetPersistentAppUIPresignedURLInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPersistentAppUIPresignedURLInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#auth_proxy_call ⇒ Boolean
Returns the value of attribute auth_proxy_call.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
-
#persistent_app_ui_type ⇒ "SHS", ...
Returns the value of attribute persistent_app_ui_type.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
567 568 569 |
# File 'sig/types.rbs', line 567 def application_id @application_id end |
#auth_proxy_call ⇒ Boolean
Returns the value of attribute auth_proxy_call.
568 569 570 |
# File 'sig/types.rbs', line 568 def auth_proxy_call @auth_proxy_call end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
569 570 571 |
# File 'sig/types.rbs', line 569 def execution_role_arn @execution_role_arn end |
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def persistent_app_ui_id @persistent_app_ui_id end |
#persistent_app_ui_type ⇒ "SHS", ...
Returns the value of attribute persistent_app_ui_type.
566 567 568 |
# File 'sig/types.rbs', line 566 def persistent_app_ui_type @persistent_app_ui_type end |