Class: Aws::Types::BatchWriteRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#operations ⇒ ::Array[Types::BatchWriteOperation]
Returns the value of attribute operations.
Instance Attribute Details
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
556 557 558 |
# File 'sig/types.rbs', line 556 def directory_arn @directory_arn end |
#operations ⇒ ::Array[Types::BatchWriteOperation]
Returns the value of attribute operations.
557 558 559 |
# File 'sig/types.rbs', line 557 def operations @operations end |