Class: Aws::SageMaker::Types::CreateStudioLifecycleConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateStudioLifecycleConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio_lifecycle_config_arn ⇒ String
The ARN of your created Lifecycle Configuration.
Instance Attribute Details
#studio_lifecycle_config_arn ⇒ String
The ARN of your created Lifecycle Configuration.
9460 9461 9462 9463 9464 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9460 class CreateStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |