Class: Aws::Types::BatchReadRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


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.

Returns:

  • (::String)


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.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def operations
  @operations
end