Class: Aws::SageMaker::Types::DescribePartnerAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePartnerAppRequest
- 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 to describe.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App to describe.
17785 17786 17787 17788 17789 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17785 class DescribePartnerAppRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |