Class: Aws::Types::BatchCreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#users ⇒ ::Array[Types::BatchCreateUserRequestItem]
Returns the value of attribute users.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
29 30 31 |
# File 'sig/types.rbs', line 29 def client_token @client_token end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def network_id @network_id end |
#users ⇒ ::Array[Types::BatchCreateUserRequestItem]
Returns the value of attribute users.
28 29 30 |
# File 'sig/types.rbs', line 28 def users @users end |