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.



12132
12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12132

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)


12132
12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12132

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

#idString

The ID of the user profile.

Returns:

  • (String)


12132
12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12132

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

#statusString

The status of the user profile.

Returns:

  • (String)


12132
12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12132

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

#typeString

The type of the user profile.

Returns:

  • (String)


12132
12133
12134
12135
12136
12137
12138
12139
12140
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12132

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