Class: Aws::SageMaker::Types::IdcConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::IdcConfigInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies the Amazon Web Services IAM Identity Center configuration to
use for a SageMaker Partner AI App that uses IDC authorization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.
30859 30860 30861 30862 30863 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30859 class IdcConfigInput < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |