Class: Aws::Types::BatchCreateUserRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateUserRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
-
#invite_code_ttl ⇒ ::Integer
Returns the value of attribute invite_code_ttl.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
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.
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.
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.
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.
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.
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.
37 38 39 |
# File 'sig/types.rbs', line 37 def username @username end |