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.



16940
16941
16942
16943
16944
16945
16946
16947
16948
# File 'lib/aws-sdk-datazone/types.rb', line 16940

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)


16940
16941
16942
16943
16944
16945
16946
16947
16948
# File 'lib/aws-sdk-datazone/types.rb', line 16940

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

#idString

The ID of the user profile.

Returns:

  • (String)


16940
16941
16942
16943
16944
16945
16946
16947
16948
# File 'lib/aws-sdk-datazone/types.rb', line 16940

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

#statusString

The status of the user profile.

Returns:

  • (String)


16940
16941
16942
16943
16944
16945
16946
16947
16948
# File 'lib/aws-sdk-datazone/types.rb', line 16940

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

#typeString

The type of the user profile.

Returns:

  • (String)


16940
16941
16942
16943
16944
16945
16946
16947
16948
# File 'lib/aws-sdk-datazone/types.rb', line 16940

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