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.
8921 8922 8923 8924 8925 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8921 class CreateNotebookInstanceLifecycleConfigOutput < Struct.new( :notebook_instance_lifecycle_config_arn) SENSITIVE = [] include Aws::Structure end |