Class: Aws::Types::BatchReadRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchReadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#operations ⇒ ::Array[Types::BatchReadOperation]
Returns the value of attribute operations.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
454 455 456 |
# File 'sig/types.rbs', line 454 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def directory_arn @directory_arn end |
#operations ⇒ ::Array[Types::BatchReadOperation]
Returns the value of attribute operations.
453 454 455 |
# File 'sig/types.rbs', line 453 def operations @operations end |