Class: Aws::SageMaker::Types::CreateNotebookInstanceLifecycleConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateNotebookInstanceLifecycleConfigOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
Instance Attribute Details
#notebook_instance_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the lifecycle configuration.
9337 9338 9339 9340 9341 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9337 class CreateNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |