Class: Aws::SageMaker::Types::CreatePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePartnerAppResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App.
10850 10851 10852 10853 10854 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10850 class CreatePartnerAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |