Class: Aws::SageMaker::Types::CreateStudioLifecycleConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_lifecycle_config_arnString

The ARN of your created Lifecycle Configuration.

Returns:

  • (String)


8787
8788
8789
8790
8791
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8787

class CreateStudioLifecycleConfigResponse < Struct.new(
  :studio_lifecycle_config_arn)
  SENSITIVE = []
  include Aws::Structure
end