Class: Aws::DataZone::Types::UpdateUserProfileInput

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

#domain_identifierString

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

Returns:

  • (String)


12025
12026
12027
12028
12029
12030
12031
12032
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12025

class UpdateUserProfileInput < Struct.new(
  :domain_identifier,
  :status,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the user profile that are to be updated.

Returns:

  • (String)


12025
12026
12027
12028
12029
12030
12031
12032
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12025

class UpdateUserProfileInput < Struct.new(
  :domain_identifier,
  :status,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the user profile that are to be updated.

Returns:

  • (String)


12025
12026
12027
12028
12029
12030
12031
12032
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12025

class UpdateUserProfileInput < Struct.new(
  :domain_identifier,
  :status,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#user_identifierString

The identifier of the user whose user profile is to be updated.

Returns:

  • (String)


12025
12026
12027
12028
12029
12030
12031
12032
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12025

class UpdateUserProfileInput < Struct.new(
  :domain_identifier,
  :status,
  :type,
  :user_identifier)
  SENSITIVE = []
  include Aws::Structure
end