Class: Aws::Types::UpdateRecordsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecordsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_context ⇒ ::String
Returns the value of attribute client_context.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#record_patches ⇒ ::Array[Types::RecordPatch]
Returns the value of attribute record_patches.
-
#sync_session_token ⇒ ::String
Returns the value of attribute sync_session_token.
Instance Attribute Details
#client_context ⇒ ::String
Returns the value of attribute client_context.
342 343 344 |
# File 'sig/types.rbs', line 342 def client_context @client_context end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
338 339 340 |
# File 'sig/types.rbs', line 338 def dataset_name @dataset_name end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def device_id @device_id end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def identity_pool_id @identity_pool_id end |
#record_patches ⇒ ::Array[Types::RecordPatch]
Returns the value of attribute record_patches.
340 341 342 |
# File 'sig/types.rbs', line 340 def record_patches @record_patches end |
#sync_session_token ⇒ ::String
Returns the value of attribute sync_session_token.
341 342 343 |
# File 'sig/types.rbs', line 341 def sync_session_token @sync_session_token end |