Class: Aws::Types::ListDeadLetterSourceQueuesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def next_token
  @next_token
end

#queue_urls::Array[::String]

Returns the value of attribute queue_urls.

Returns:

  • (::Array[::String])


227
228
229
# File 'sig/types.rbs', line 227

def queue_urls
  @queue_urls
end