Class: Aws::Types::DeleteAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_name ⇒ ::String
Returns the value of attribute app_name.
-
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#app_name ⇒ ::String
Returns the value of attribute app_name.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def app_name @app_name end |
#app_type ⇒ "JupyterServer", ...
Returns the value of attribute app_type.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def app_type @app_type end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3254 3255 3256 |
# File 'sig/types.rbs', line 3254 def domain_id @domain_id end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
3256 3257 3258 |
# File 'sig/types.rbs', line 3256 def space_name @space_name end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
3255 3256 3257 |
# File 'sig/types.rbs', line 3255 def user_profile_name @user_profile_name end |