Class: Aws::DataZone::Types::UserProfileSummary

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

Overview

The details of the user profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

The details of the user profile.



23388
23389
23390
23391
23392
23393
23394
23395
23396
# File 'lib/aws-sdk-datazone/types.rb', line 23388

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

#domain_idString

The ID of the Amazon DataZone domain of the user profile.

Returns:

  • (String)


23388
23389
23390
23391
23392
23393
23394
23395
23396
# File 'lib/aws-sdk-datazone/types.rb', line 23388

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

#idString

The ID of the user profile.

Returns:

  • (String)


23388
23389
23390
23391
23392
23393
23394
23395
23396
# File 'lib/aws-sdk-datazone/types.rb', line 23388

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

#statusString

The status of the user profile.

Returns:

  • (String)


23388
23389
23390
23391
23392
23393
23394
23395
23396
# File 'lib/aws-sdk-datazone/types.rb', line 23388

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

#typeString

The type of the user profile.

Returns:

  • (String)


23388
23389
23390
23391
23392
23393
23394
23395
23396
# File 'lib/aws-sdk-datazone/types.rb', line 23388

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