Class: Aws::Types::ListQueueEnvironmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueueEnvironmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environments ⇒ ::Array[Types::QueueEnvironmentSummary]
Returns the value of attribute environments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#environments ⇒ ::Array[Types::QueueEnvironmentSummary]
Returns the value of attribute environments.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def environments @environments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def next_token @next_token end |