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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16804
16805
16806
16807
16808
16809
16810
16811
# File 'lib/aws-sdk-datazone/types.rb', line 16804

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)


16804
16805
16806
16807
16808
16809
16810
16811
# File 'lib/aws-sdk-datazone/types.rb', line 16804

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)


16804
16805
16806
16807
16808
16809
16810
16811
# File 'lib/aws-sdk-datazone/types.rb', line 16804

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)


16804
16805
16806
16807
16808
16809
16810
16811
# File 'lib/aws-sdk-datazone/types.rb', line 16804

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