Class: Aws::Types::ListBackendEnvironmentsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListBackendEnvironmentsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backend_environments ⇒ ::Array[Types::BackendEnvironment]
Returns the value of attribute backend_environments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backend_environments ⇒ ::Array[Types::BackendEnvironment]
Returns the value of attribute backend_environments.
506 507 508 |
# File 'sig/types.rbs', line 506 def backend_environments @backend_environments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
507 508 509 |
# File 'sig/types.rbs', line 507 def next_token @next_token end |