Class: Aws::Types::CreatePersistentAppUIOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePersistentAppUIOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
-
#runtime_role_enabled_cluster ⇒ Boolean
Returns the value of attribute runtime_role_enabled_cluster.
Instance Attribute Details
#persistent_app_ui_id ⇒ ::String
Returns the value of attribute persistent_app_ui_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def persistent_app_ui_id @persistent_app_ui_id end |
#runtime_role_enabled_cluster ⇒ Boolean
Returns the value of attribute runtime_role_enabled_cluster.
267 268 269 |
# File 'sig/types.rbs', line 267 def runtime_role_enabled_cluster @runtime_role_enabled_cluster end |