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

#details ⇒ Types::UserProfileDetails

The results of the UpdateUserProfile action.



25875
25876
25877
25878
25879
25880
25881
25882
25883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25875

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

#domain_id ⇒ String

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

Returns:

  • (String)


25875
25876
25877
25878
25879
25880
25881
25882
25883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25875

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

#id ⇒ String

The identifier of the user profile.

Returns:

  • (String)


25875
25876
25877
25878
25879
25880
25881
25882
25883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25875

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

#status ⇒ String

The status of the user profile.

Returns:

  • (String)


25875
25876
25877
25878
25879
25880
25881
25882
25883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25875

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

#type ⇒ String

The type of the user profile.

Returns:

  • (String)


25875
25876
25877
25878
25879
25880
25881
25882
25883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 25875

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