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)


16056
16057
16058
16059
16060
16061
16062
16063
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16056

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)


16056
16057
16058
16059
16060
16061
16062
16063
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16056

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)


16056
16057
16058
16059
16060
16061
16062
16063
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16056

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)


16056
16057
16058
16059
16060
16061
16062
16063
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16056

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