Class: Aws::Types::ListQueuedMessagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def id
  @id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def next_token
  @next_token
end

#wireless_device_type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute wireless_device_type.

Returns:

  • ("Sidewalk", "LoRaWAN")


1237
1238
1239
# File 'sig/types.rbs', line 1237

def wireless_device_type
  @wireless_device_type
end