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)


9137
9138
9139
9140
9141
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9137

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