Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
-
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
Instance Attribute Details
#api_access ⇒ "ENABLED", "DISABLED"
Returns the value of attribute api_access.
139 140 141 |
# File 'sig/types.rbs', line 139 def api_access @api_access end |
#api_access_principal_arn ⇒ ::String
Returns the value of attribute api_access_principal_arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def api_access_principal_arn @api_access_principal_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
141 142 143 |
# File 'sig/types.rbs', line 141 def client_token @client_token end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
135 136 137 |
# File 'sig/types.rbs', line 135 def email_address @email_address end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
138 139 140 |
# File 'sig/types.rbs', line 138 def last_name @last_name end |
#type ⇒ "SUPER_USER", "APP_USER"
Returns the value of attribute type.
136 137 138 |
# File 'sig/types.rbs', line 136 def type @type end |