Class: Aws::Types::UiConfig
- Inherits:
-
Object
- Object
- Aws::Types::UiConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
-
#ui_template_s3_uri ⇒ ::String
Returns the value of attribute ui_template_s3_uri.
Instance Attribute Details
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
11823 11824 11825 |
# File 'sig/types.rbs', line 11823 def human_task_ui_arn @human_task_ui_arn end |
#ui_template_s3_uri ⇒ ::String
Returns the value of attribute ui_template_s3_uri.
11822 11823 11824 |
# File 'sig/types.rbs', line 11822 def ui_template_s3_uri @ui_template_s3_uri end |