Method: Aws::SageMaker::Types::DeleteAppRequest#domain_id
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#domain_id ⇒ String
The domain ID.
14113 14114 14115 14116 14117 14118 14119 14120 14121 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14113 class DeleteAppRequest < Struct.new( :domain_id, :user_profile_name, :space_name, :app_type, :app_name) SENSITIVE = [] include Aws::Structure end |