Class: Aws::DataZone::Types::IamUserProfileDetails

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

Overview

The details of the IAM user profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the IAM user.

Returns:

  • (String)


12204
12205
12206
12207
12208
12209
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12204

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

#principal_idString

The principal ID as part of the IAM user profile details.

Returns:

  • (String)


12204
12205
12206
12207
12208
12209
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12204

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