Class: Aws::Types::BatchWriteRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


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.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def operations
  @operations
end