Class: Aws::Types::ListQueueEnvironmentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environments::Array[Types::QueueEnvironmentSummary]

Returns the value of attribute environments.

Returns:



2141
2142
2143
# File 'sig/types.rbs', line 2141

def environments
  @environments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def next_token
  @next_token
end