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)


12252
12253
12254
12255
12256
12257
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12252

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)


12252
12253
12254
12255
12256
12257
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12252

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