Class: Aws::Types::SendMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delay_seconds::Integer

Returns the value of attribute delay_seconds.

Returns:

  • (::Integer)


415
416
417
# File 'sig/types.rbs', line 415

def delay_seconds
  @delay_seconds
end

#message_attributes::Hash[::String, Types::MessageAttributeValue]

Returns the value of attribute message_attributes.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def message_attributes
  @message_attributes
end

#message_body::String

Returns the value of attribute message_body.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def message_body
  @message_body
end

#message_deduplication_id::String

Returns the value of attribute message_deduplication_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def message_deduplication_id
  @message_deduplication_id
end

#message_group_id::String

Returns the value of attribute message_group_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def message_group_id
  @message_group_id
end

#message_system_attributes::Hash[("AWSTraceHeader"), Types::MessageSystemAttributeValue]

Returns the value of attribute message_system_attributes.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def message_system_attributes
  @message_system_attributes
end

#queue_url::String

Returns the value of attribute queue_url.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def queue_url
  @queue_url
end