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.
10057 10058 10059 10060 10061 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 10057 class CreateStudioLifecycleConfigResponse < Struct.new( :studio_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |