Class: Aws::Types::ReceiveMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReceiveMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[("All" | "Policy" | "VisibilityTimeout" | "MaximumMessageSize" | "MessageRetentionPeriod" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesNotVisible" | "CreatedTimestamp" | "LastModifiedTimestamp" | "QueueArn" | "ApproximateNumberOfMessagesDelayed" | "DelaySeconds" | "ReceiveMessageWaitTimeSeconds" | "RedrivePolicy" | "FifoQueue" | "ContentBasedDeduplication" | "KmsMasterKeyId" | "KmsDataKeyReusePeriodSeconds" | "DeduplicationScope" | "FifoThroughputLimit" | "RedriveAllowPolicy" | "SqsManagedSseEnabled")]
Returns the value of attribute attribute_names.
-
#max_number_of_messages ⇒ ::Integer
Returns the value of attribute max_number_of_messages.
-
#message_attribute_names ⇒ ::Array[::String]
Returns the value of attribute message_attribute_names.
-
#message_system_attribute_names ⇒ ::Array[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn")]
Returns the value of attribute message_system_attribute_names.
-
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
-
#receive_request_attempt_id ⇒ ::String
Returns the value of attribute receive_request_attempt_id.
-
#visibility_timeout ⇒ ::Integer
Returns the value of attribute visibility_timeout.
-
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
Instance Attribute Details
#attribute_names ⇒ ::Array[("All" | "Policy" | "VisibilityTimeout" | "MaximumMessageSize" | "MessageRetentionPeriod" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesNotVisible" | "CreatedTimestamp" | "LastModifiedTimestamp" | "QueueArn" | "ApproximateNumberOfMessagesDelayed" | "DelaySeconds" | "ReceiveMessageWaitTimeSeconds" | "RedrivePolicy" | "FifoQueue" | "ContentBasedDeduplication" | "KmsMasterKeyId" | "KmsDataKeyReusePeriodSeconds" | "DeduplicationScope" | "FifoThroughputLimit" | "RedriveAllowPolicy" | "SqsManagedSseEnabled")]
Returns the value of attribute attribute_names.
348 349 350 |
# File 'sig/types.rbs', line 348 def attribute_names @attribute_names end |
#max_number_of_messages ⇒ ::Integer
Returns the value of attribute max_number_of_messages.
351 352 353 |
# File 'sig/types.rbs', line 351 def end |
#message_attribute_names ⇒ ::Array[::String]
Returns the value of attribute message_attribute_names.
350 351 352 |
# File 'sig/types.rbs', line 350 def end |
#message_system_attribute_names ⇒ ::Array[("All" | "SenderId" | "SentTimestamp" | "ApproximateReceiveCount" | "ApproximateFirstReceiveTimestamp" | "SequenceNumber" | "MessageDeduplicationId" | "MessageGroupId" | "AWSTraceHeader" | "DeadLetterQueueSourceArn")]
Returns the value of attribute message_system_attribute_names.
349 350 351 |
# File 'sig/types.rbs', line 349 def end |
#queue_url ⇒ ::String
Returns the value of attribute queue_url.
347 348 349 |
# File 'sig/types.rbs', line 347 def queue_url @queue_url end |
#receive_request_attempt_id ⇒ ::String
Returns the value of attribute receive_request_attempt_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def receive_request_attempt_id @receive_request_attempt_id end |
#visibility_timeout ⇒ ::Integer
Returns the value of attribute visibility_timeout.
352 353 354 |
# File 'sig/types.rbs', line 352 def visibility_timeout @visibility_timeout end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
353 354 355 |
# File 'sig/types.rbs', line 353 def wait_time_seconds @wait_time_seconds end |