Class: Aws::SageMaker::Types::ListStudioLifecycleConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListStudioLifecycleConfigsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token for getting the next set of actions, if there are any.
-
#studio_lifecycle_configs ⇒ Array<Types::StudioLifecycleConfigDetails>
A list of Lifecycle Configurations and their properties.
Instance Attribute Details
#next_token ⇒ String
A token for getting the next set of actions, if there are any.
25812 25813 25814 25815 25816 25817 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25812 class ListStudioLifecycleConfigsResponse < Struct.new( :next_token, :studio_lifecycle_configs) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_configs ⇒ Array<Types::StudioLifecycleConfigDetails>
A list of Lifecycle Configurations and their properties.
25812 25813 25814 25815 25816 25817 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 25812 class ListStudioLifecycleConfigsResponse < Struct.new( :next_token, :studio_lifecycle_configs) SENSITIVE = [] include Aws::Structure end |