Class: Aws::CloudDirectory::Types::BatchReadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchReadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consistency_level ⇒ String
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.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory.
-
#operations ⇒ Array<Types::BatchReadOperation>
A list of operations that are part of the batch.
Instance Attribute Details
#consistency_level ⇒ String
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.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1587 class BatchReadRequest < Struct.new( :directory_arn, :operations, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1587 class BatchReadRequest < Struct.new( :directory_arn, :operations, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#operations ⇒ Array<Types::BatchReadOperation>
A list of operations that are part of the batch.
1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1587 class BatchReadRequest < Struct.new( :directory_arn, :operations, :consistency_level) SENSITIVE = [] include Aws::Structure end |