Class: Aws::DataZone::Types::CreateUserProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateUserProfileInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is created.
-
#user_identifier ⇒ String
The identifier of the user for which the user profile is created.
-
#user_type ⇒ String
The user type of the user for which the user profile is created.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
3782 3783 3784 3785 3786 3787 3788 3789 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3782 class CreateUserProfileInput < Struct.new( :client_token, :domain_identifier, :user_identifier, :user_type) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a user profile is created.
3782 3783 3784 3785 3786 3787 3788 3789 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3782 class CreateUserProfileInput < Struct.new( :client_token, :domain_identifier, :user_identifier, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_identifier ⇒ String
The identifier of the user for which the user profile is created.
3782 3783 3784 3785 3786 3787 3788 3789 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3782 class CreateUserProfileInput < Struct.new( :client_token, :domain_identifier, :user_identifier, :user_type) SENSITIVE = [] include Aws::Structure end |
#user_type ⇒ String
The user type of the user for which the user profile is created.
3782 3783 3784 3785 3786 3787 3788 3789 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3782 class CreateUserProfileInput < Struct.new( :client_token, :domain_identifier, :user_identifier, :user_type) SENSITIVE = [] include Aws::Structure end |