You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DeleteAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAppRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteAppRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
domain_id: "DomainId", # required
user_profile_name: "UserProfileName", # required
app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
app_name: "AppName", # required
}
Instance Attribute Summary collapse
-
#app_name ⇒ String
The name of the app.
-
#app_type ⇒ String
The type of app.
-
#domain_id ⇒ String
The domain ID.
-
#user_profile_name ⇒ String
The user profile name.
Instance Attribute Details
#app_name ⇒ String
The name of the app.
#app_type ⇒ String
The type of app.
Possible values:
- JupyterServer
- KernelGateway
- TensorBoard
#domain_id ⇒ String
The domain ID.
#user_profile_name ⇒ String
The user profile name.