class Aws::SageMaker::Types::DescribeAppRequest

@note When making an API call, you may pass DescribeAppRequest

data as a hash:

    {
      domain_id: "DomainId", # required
      user_profile_name: "UserProfileName", # required
      app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway, TensorBoard
      app_name: "AppName", # required
    }

@!attribute [rw] domain_id

The domain ID.
@return [String]

@!attribute [rw] user_profile_name

The user profile name.
@return [String]

@!attribute [rw] app_type

The type of app.
@return [String]

@!attribute [rw] app_name

The name of the app.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppRequest AWS API Documentation

Constants

SENSITIVE