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 an IAM user profile in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of an IAM user profile in Amazon DataZone.

Returns:

  • (String)


11660
11661
11662
11663
11664
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11660

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