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 the IAM user profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the IAM user.
-
#principal_id ⇒ String
The principal ID as part of the IAM user profile details.
Instance Attribute Details
#arn ⇒ String
The ARN of the IAM user.
12252 12253 12254 12255 12256 12257 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12252 class IamUserProfileDetails < Struct.new( :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID as part of the IAM user profile details.
12252 12253 12254 12255 12256 12257 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12252 class IamUserProfileDetails < Struct.new( :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |