Class: Aws::DataZone::Types::UserProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UserProfileSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of the user profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::UserProfileDetails
The details of the user profile.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain of the user profile.
-
#id ⇒ String
The ID of the user profile.
-
#status ⇒ String
The status of the user profile.
-
#type ⇒ String
The type of the user profile.
Instance Attribute Details
#details ⇒ Types::UserProfileDetails
The details of the user profile.
23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23244 class UserProfileSummary < Struct.new( :domain_id, :id, :type, :status, :details) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain of the user profile.
23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23244 class UserProfileSummary < Struct.new( :domain_id, :id, :type, :status, :details) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the user profile.
23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23244 class UserProfileSummary < Struct.new( :domain_id, :id, :type, :status, :details) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the user profile.
23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23244 class UserProfileSummary < Struct.new( :domain_id, :id, :type, :status, :details) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the user profile.
23244 23245 23246 23247 23248 23249 23250 23251 23252 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23244 class UserProfileSummary < Struct.new( :domain_id, :id, :type, :status, :details) SENSITIVE = [] include Aws::Structure end |