Class: Aws::Types::BatchCreateDataTableValueResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Array[Types::BatchCreateDataTableValueFailureResult]

Returns the value of attribute failed.



626
627
628
# File 'sig/types.rbs', line 626

def failed
  @failed
end

#successful::Array[Types::BatchCreateDataTableValueSuccessResult]

Returns the value of attribute successful.



625
626
627
# File 'sig/types.rbs', line 625

def successful
  @successful
end