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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

The user profile details.



11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11496

class GetUserProfileOutput < Struct.new(
  :domain_id,
  :id,
  :type,
  :status,
  :details)
  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)


11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11496

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

#idString

The identifier of the user profile.

Returns:

  • (String)


11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11496

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

#statusString

The status of the user profile.

Returns:

  • (String)


11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11496

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

#typeString

The type of the user profile.

Returns:

  • (String)


11496
11497
11498
11499
11500
11501
11502
11503
11504
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11496

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