Class: Aws::DataZone::Types::UpdateUserProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateUserProfileInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is updated.
-
#status ⇒ String
The status of the user profile that are to be updated.
-
#type ⇒ String
The type of the user profile that are to be updated.
-
#user_identifier ⇒ String
The identifier of the user whose user profile is to be updated.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is updated.
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 |
#status ⇒ String
The status of the user profile that are to be updated.
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 |
#type ⇒ String
The type of the user profile that are to be updated.
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_identifier ⇒ String
The identifier of the user whose user profile is to be updated.
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 |