Class: Aws::SageMaker::Types::DescribePartnerAppRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the SageMaker Partner AI App to describe.

Returns:

  • (String)


19399
19400
19401
19402
19403
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19399

class DescribePartnerAppRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end