Class: Aws::SageMaker::Types::IamIdentity

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

Overview

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the IAM identity.

Returns:

  • (String)


22546
22547
22548
22549
22550
22551
22552
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22546

class IamIdentity < Struct.new(
  :arn,
  :principal_id,
  :source_identity)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The ID of the principal that assumes the IAM identity.

Returns:

  • (String)


22546
22547
22548
22549
22550
22551
22552
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22546

class IamIdentity < Struct.new(
  :arn,
  :principal_id,
  :source_identity)
  SENSITIVE = []
  include Aws::Structure
end

#source_identityString

The person or application which assumes the IAM identity.

Returns:

  • (String)


22546
22547
22548
22549
22550
22551
22552
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22546

class IamIdentity < Struct.new(
  :arn,
  :principal_id,
  :source_identity)
  SENSITIVE = []
  include Aws::Structure
end