Class: Aws::Types::ChangeMessageVisibilityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#queue_url::String

Returns the value of attribute queue_url.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def visibility_timeout
  @visibility_timeout
end