Class: Aws::DataZone::Types::CreateUserProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateUserProfileOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::UserProfileDetails
The details of the user profile in Amazon DataZone.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is created.
-
#id ⇒ String
The identifier 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 in Amazon DataZone.
3971 3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-datazone/types.rb', line 3971 class CreateUserProfileOutput < Struct.new( :details, :domain_id, :id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is created.
3971 3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-datazone/types.rb', line 3971 class CreateUserProfileOutput < Struct.new( :details, :domain_id, :id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the user profile.
3971 3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-datazone/types.rb', line 3971 class CreateUserProfileOutput < Struct.new( :details, :domain_id, :id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the user profile.
3971 3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-datazone/types.rb', line 3971 class CreateUserProfileOutput < Struct.new( :details, :domain_id, :id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the user profile.
3971 3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-datazone/types.rb', line 3971 class CreateUserProfileOutput < Struct.new( :details, :domain_id, :id, :status, :type) SENSITIVE = [] include Aws::Structure end |