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.



13073
13074
13075
13076
13077
13078
13079
13080
13081
# File 'lib/aws-sdk-datazone/types.rb', line 13073

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

#domain_idString

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

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
13079
13080
13081
# File 'lib/aws-sdk-datazone/types.rb', line 13073

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

#idString

The ID of the user profile.

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
13079
13080
13081
# File 'lib/aws-sdk-datazone/types.rb', line 13073

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

#statusString

The status of the user profile.

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
13079
13080
13081
# File 'lib/aws-sdk-datazone/types.rb', line 13073

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

#typeString

The type of the user profile.

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
13079
13080
13081
# File 'lib/aws-sdk-datazone/types.rb', line 13073

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