Class: Aws::DataZone::Types::GetUserProfileOutput

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 details of the user profile in Amazon DataZone.



8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'lib/aws-sdk-datazone/types.rb', line 8728

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

#domain_idString

the identifier of the Amazon DataZone domain of which you want to get the user profile.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'lib/aws-sdk-datazone/types.rb', line 8728

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

#idString

The identifier of the user profile.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'lib/aws-sdk-datazone/types.rb', line 8728

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

#statusString

The status of the user profile.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'lib/aws-sdk-datazone/types.rb', line 8728

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

#typeString

The type of the user profile.

Returns:

  • (String)


8728
8729
8730
8731
8732
8733
8734
8735
8736
# File 'lib/aws-sdk-datazone/types.rb', line 8728

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