Class: Aws::SageMaker::Types::DescribeStudioLifecycleConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_lifecycle_config_nameString

The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.

Returns:

  • (String)


22852
22853
22854
22855
22856
# File 'lib/aws-sdk-sagemaker/types.rb', line 22852

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