Class: Aws::SageMaker::Types::CreateAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateAppResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The app’s Amazon Resource Name (ARN).
Instance Attribute Details
#app_arn ⇒ String
The app’s Amazon Resource Name (ARN).
2230 2231 2232 2233 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2230 class CreateAppResponse < Struct.new( :app_arn) include Aws::Structure end |