Class: Aws::CloudDirectory::Types::BatchWriteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchWriteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory.
-
#operations ⇒ Array<Types::BatchWriteOperation>
A list of operations that are part of the batch.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
2038 2039 2040 2041 2042 2043 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2038 class BatchWriteRequest < Struct.new( :directory_arn, :operations) SENSITIVE = [] include Aws::Structure end |
#operations ⇒ Array<Types::BatchWriteOperation>
A list of operations that are part of the batch.
2038 2039 2040 2041 2042 2043 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2038 class BatchWriteRequest < Struct.new( :directory_arn, :operations) SENSITIVE = [] include Aws::Structure end |