Class: Aws::Types::ListStudioLifecycleConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStudioLifecycleConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#studio_lifecycle_configs ⇒ ::Array[Types::StudioLifecycleConfigDetails]
Returns the value of attribute studio_lifecycle_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8519 8520 8521 |
# File 'sig/types.rbs', line 8519 def next_token @next_token end |
#studio_lifecycle_configs ⇒ ::Array[Types::StudioLifecycleConfigDetails]
Returns the value of attribute studio_lifecycle_configs.
8520 8521 8522 |
# File 'sig/types.rbs', line 8520 def studio_lifecycle_configs @studio_lifecycle_configs end |