Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def authentication_token
  @authentication_token
end

#email_address::String

Returns the value of attribute email_address.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def email_address
  @email_address
end

#given_name::String

Returns the value of attribute given_name.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def given_name
  @given_name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def organization_id
  @organization_id
end

#password::String

Returns the value of attribute password.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def password
  @password
end

#storage_ruleTypes::StorageRuleType

Returns the value of attribute storage_rule.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def storage_rule
  @storage_rule
end

#surname::String

Returns the value of attribute surname.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def surname
  @surname
end

#time_zone_id::String

Returns the value of attribute time_zone_id.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def time_zone_id
  @time_zone_id
end

#username::String

Returns the value of attribute username.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def username
  @username
end