Class: Aws::SageMaker::Types::IdcConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::IdcConfigOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains the Amazon Web Services IAM Identity Center configuration of
a SageMaker Partner AI App that uses IDC authorization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.
-
#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
#application_arn ⇒ String
The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.
30880 30881 30882 30883 30884 30885 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30880 class IdcConfigOutput < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.
30880 30881 30882 30883 30884 30885 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30880 class IdcConfigOutput < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |