Class: Aws::Types::BatchResetDevicesForUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchResetDevicesForUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_ids ⇒ ::Array[::String]
Returns the value of attribute app_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#app_ids ⇒ ::Array[::String]
Returns the value of attribute app_ids.
108 109 110 |
# File 'sig/types.rbs', line 108 def app_ids @app_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
109 110 111 |
# File 'sig/types.rbs', line 109 def client_token @client_token end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def network_id @network_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def user_id @user_id end |