Class: Aws::CloudDirectory::Types::BatchReadRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1587

class BatchReadRequest < Struct.new(
  :directory_arn,
  :operations,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.

Returns:

  • (String)


1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1587

class BatchReadRequest < Struct.new(
  :directory_arn,
  :operations,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#operationsArray<Types::BatchReadOperation>

A list of operations that are part of the batch.

Returns:



1587
1588
1589
1590
1591
1592
1593
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1587

class BatchReadRequest < Struct.new(
  :directory_arn,
  :operations,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end