Class: Aws::Types::ReceiveMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def max_number_of_messages
  @max_number_of_messages
end

#message_attribute_names::Array[::String]

Returns the value of attribute message_attribute_names.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def message_attribute_names
  @message_attribute_names
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.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def message_system_attribute_names
  @message_system_attribute_names
end

#queue_url::String

Returns the value of attribute queue_url.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



353
354
355
# File 'sig/types.rbs', line 353

def wait_time_seconds
  @wait_time_seconds
end