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.
12204 12205 12206 12207 12208 12209 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12204 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.
12204 12205 12206 12207 12208 12209 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12204 class IamUserProfileDetails < Struct.new( :arn, :principal_id) SENSITIVE = [] include Aws::Structure end |