Class: Aws::DataZone::Types::IamUserProfileDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::IamUserProfileDetails
- 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
-
#arn ⇒ String
The ARN of an IAM user profile in Amazon DataZone.
Instance Attribute Details
#arn ⇒ String
The ARN of an IAM user profile in Amazon DataZone.
10850 10851 10852 10853 10854 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10850 class IamUserProfileDetails < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |