Class: Aws::Types::BatchCreateUserRequestItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#code_validationBoolean

Returns the value of attribute code_validation.

Returns:

  • (Boolean)


40
41
42
# File 'sig/types.rbs', line 40

def code_validation
  @code_validation
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def first_name
  @first_name
end

#invite_code::String

Returns the value of attribute invite_code.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def invite_code
  @invite_code
end

#invite_code_ttl::Integer

Returns the value of attribute invite_code_ttl.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def invite_code_ttl
  @invite_code_ttl
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def last_name
  @last_name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


36
37
38
# File 'sig/types.rbs', line 36

def security_group_ids
  @security_group_ids
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def username
  @username
end