Class: Aws::DataZone::Types::UpdateUserProfileOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

The results of the UpdateUserProfile action.



25795
25796
25797
25798
25799
25800
25801
25802
25803
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25795

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

#domain_idString

The identifier of the Amazon DataZone domain in which a user profile is updated.

Returns:

  • (String)


25795
25796
25797
25798
25799
25800
25801
25802
25803
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25795

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

#idString

The identifier of the user profile.

Returns:

  • (String)


25795
25796
25797
25798
25799
25800
25801
25802
25803
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25795

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

#statusString

The status of the user profile.

Returns:

  • (String)


25795
25796
25797
25798
25799
25800
25801
25802
25803
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25795

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

#typeString

The type of the user profile.

Returns:

  • (String)


25795
25796
25797
25798
25799
25800
25801
25802
25803
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25795

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