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