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)


6692
6693
6694
6695
6696
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6692

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