Class: Aws::Types::DeleteMessageBatchResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Array[Types::BatchResultErrorEntry]

Returns the value of attribute failed.



104
105
106
# File 'sig/types.rbs', line 104

def failed
  @failed
end

#successful::Array[Types::DeleteMessageBatchResultEntry]

Returns the value of attribute successful.



103
104
105
# File 'sig/types.rbs', line 103

def successful
  @successful
end