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.
8457 8458 8459 |
# File 'sig/types.rbs', line 8457 def next_token @next_token end |
#studio_lifecycle_configs ⇒ ::Array[Types::StudioLifecycleConfigDetails]
Returns the value of attribute studio_lifecycle_configs.
8458 8459 8460 |
# File 'sig/types.rbs', line 8458 def studio_lifecycle_configs @studio_lifecycle_configs end |