Class: Aws::SageMaker::Types::CreatePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreatePartnerAppResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
9571 9572 9573 9574 9575 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9571 class CreatePartnerAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |