Class: Aws::Types::CreateUserProfileInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserProfileInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#session_name ⇒ ::String
Returns the value of attribute session_name.
-
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
-
#user_type ⇒ "IAM_USER", ...
Returns the value of attribute user_type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def domain_identifier @domain_identifier end |
#session_name ⇒ ::String
Returns the value of attribute session_name.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def session_name @session_name end |
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def user_identifier @user_identifier end |
#user_type ⇒ "IAM_USER", ...
Returns the value of attribute user_type.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def user_type @user_type end |