Class: Aws::Types::CreateKxUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
242 243 244 |
# File 'sig/types.rbs', line 242 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def environment_id @environment_id end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
240 241 242 |
# File 'sig/types.rbs', line 240 def iam_role @iam_role end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
241 242 243 |
# File 'sig/types.rbs', line 241 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def user_name @user_name end |