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

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


9102
9103
9104
9105
9106
# File 'lib/aws-sdk-datazone/types.rb', line 9102

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