Class: Aws::Types::AdminCreateUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :temporary_password])

Instance Attribute Summary collapse

Instance Attribute Details

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Array[("SMS" | "EMAIL")])


93
94
95
# File 'sig/types.rbs', line 93

def desired_delivery_mediums
  @desired_delivery_mediums
end

#force_alias_creationBoolean

Returns the value of attribute force_alias_creation.

Returns:

  • (Boolean)


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.

Returns:

  • ("RESEND", "SUPPRESS")


92
93
94
# File 'sig/types.rbs', line 92

def message_action
  @message_action
end

#temporary_password::String

Returns the value of attribute temporary_password.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def validation_data
  @validation_data
end