Class: Aws::SageMaker::Types::IdcConfigOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#application_arnString

The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.

Returns:

  • (String)


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_arnString

The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.

Returns:

  • (String)


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