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)


7033
7034
7035
7036
7037
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7033

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