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.



632
633
634
# File 'sig/types.rbs', line 632

def failed
  @failed
end

#successful::Array[Types::BatchCreateDataTableValueSuccessResult]

Returns the value of attribute successful.



631
632
633
# File 'sig/types.rbs', line 631

def successful
  @successful
end