Class: Aws::Types::ChangeMessageVisibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChangeMessageVisibilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
-
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
-
#visibility_timeout ⇒ ::Integer
Returns the value of attribute visibility_timeout.
Instance Attribute Details
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
72 73 74 |
# File 'sig/types.rbs', line 72 def queue_url @queue_url end |
#receipt_handle ⇒ ::String
Returns the value of attribute receipt_handle.
73 74 75 |
# File 'sig/types.rbs', line 73 def receipt_handle @receipt_handle end |
#visibility_timeout ⇒ ::Integer
Returns the value of attribute visibility_timeout.
74 75 76 |
# File 'sig/types.rbs', line 74 def visibility_timeout @visibility_timeout end |