Class: Aws::Types::ChangeMessageVisibilityBatchRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::ChangeMessageVisibilityBatchRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
-
#visibility_timeout ⇒ ::Integer
Returns the value of attribute visibility_timeout.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
54 55 56 |
# File 'sig/types.rbs', line 54 def id @id end |
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
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.
56 57 58 |
# File 'sig/types.rbs', line 56 def visibility_timeout @visibility_timeout end |