Class: Aws::Types::ChangeMessageVisibilityBatchRequestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def id
  @id
end

#receipt_handle::String

Returns the value of attribute receipt_handle.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def receipt_handle
  @receipt_handle
end

#visibility_timeout::Integer

Returns the value of attribute visibility_timeout.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def visibility_timeout
  @visibility_timeout
end