Class: Aws::Types::UpdateRecordsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_context::String

Returns the value of attribute client_context.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def sync_session_token
  @sync_session_token
end