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.
13832 13833 13834 13835 13836 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13832 class CreateStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |