Class: Aws::SageMaker::Types::UpdatePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePartnerAppResponse
- 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 that was updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was updated.
51662 51663 51664 51665 51666 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51662 class UpdatePartnerAppResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |