Class: Aws::Types::AdminCreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminCreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#desired_delivery_mediums ⇒ ::Array[("SMS" | "EMAIL")]
Returns the value of attribute desired_delivery_mediums.
-
#force_alias_creation ⇒ Boolean
Returns the value of attribute force_alias_creation.
-
#message_action ⇒ "RESEND", "SUPPRESS"
Returns the value of attribute message_action.
-
#temporary_password ⇒ ::String
Returns the value of attribute temporary_password.
-
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#validation_data ⇒ ::Array[Types::AttributeType]
Returns the value of attribute validation_data.
Instance Attribute Details
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
94 95 96 |
# File 'sig/types.rbs', line 94 def @client_metadata end |
#desired_delivery_mediums ⇒ ::Array[("SMS" | "EMAIL")]
Returns the value of attribute desired_delivery_mediums.
93 94 95 |
# File 'sig/types.rbs', line 93 def desired_delivery_mediums @desired_delivery_mediums end |
#force_alias_creation ⇒ Boolean
Returns the value of attribute force_alias_creation.
91 92 93 |
# File 'sig/types.rbs', line 91 def force_alias_creation @force_alias_creation end |
#message_action ⇒ "RESEND", "SUPPRESS"
Returns the value of attribute message_action.
92 93 94 |
# File 'sig/types.rbs', line 92 def @message_action end |
#temporary_password ⇒ ::String
Returns the value of attribute temporary_password.
90 91 92 |
# File 'sig/types.rbs', line 90 def temporary_password @temporary_password end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
88 89 90 |
# File 'sig/types.rbs', line 88 def user_attributes @user_attributes end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
87 88 89 |
# File 'sig/types.rbs', line 87 def username @username end |
#validation_data ⇒ ::Array[Types::AttributeType]
Returns the value of attribute validation_data.
89 90 91 |
# File 'sig/types.rbs', line 89 def validation_data @validation_data end |