Class: Aws::Types::BatchReinviteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchReinviteUserRequest
- 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.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
94 95 96 |
# File 'sig/types.rbs', line 94 def client_token @client_token end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def network_id @network_id end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
93 94 95 |
# File 'sig/types.rbs', line 93 def user_ids @user_ids end |