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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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.



20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20706

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)


20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20706

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

#idString

The ID of the user profile.

Returns:

  • (String)


20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20706

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

#statusString

The status of the user profile.

Returns:

  • (String)


20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20706

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

#typeString

The type of the user profile.

Returns:

  • (String)


20706
20707
20708
20709
20710
20711
20712
20713
20714
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20706

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