Class: Aws::DataZone::Types::CreateUserProfileOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

The user profile details.



5935
5936
5937
5938
5939
5940
5941
5942
5943
# File 'lib/aws-sdk-datazone/types.rb', line 5935

class CreateUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The identifier of the Amazon DataZone domain in which a user profile is created.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
# File 'lib/aws-sdk-datazone/types.rb', line 5935

class CreateUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the user profile.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
# File 'lib/aws-sdk-datazone/types.rb', line 5935

class CreateUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the user profile.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
# File 'lib/aws-sdk-datazone/types.rb', line 5935

class CreateUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the user profile.

Returns:

  • (String)


5935
5936
5937
5938
5939
5940
5941
5942
5943
# File 'lib/aws-sdk-datazone/types.rb', line 5935

class CreateUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end