Class: Aws::SageMaker::Types::IdcConfigInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 Attribute Details

#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)


31036
31037
31038
31039
31040
# File 'lib/aws-sdk-sagemaker/types.rb', line 31036

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