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.
-
#principal_id ⇒ String
Principal ID of the IAM user.
Instance Attribute Details
#arn ⇒ String
The ARN of an IAM user profile in Amazon DataZone.
11779 11780 11781 11782 11783 11784 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11779 class IamUserProfileDetails < Struct.new( :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
Principal ID of the IAM user.
11779 11780 11781 11782 11783 11784 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11779 class IamUserProfileDetails < Struct.new( :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |