Class: Aws::CognitoSync::Types::UpdateRecordsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

Returned for a successful UpdateRecordsRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recordsArray<Types::Record>

A list of records that have been updated.

Returns:



1235
1236
1237
1238
1239
# File 'lib/aws-sdk-cognitosync/types.rb', line 1235

class UpdateRecordsResponse < Struct.new(
  :records)
  SENSITIVE = []
  include Aws::Structure
end