Class: Aws::SageMaker::Types::StudioLifecycleConfigDetails

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

Overview

Details of the Amazon SageMaker Studio Lifecycle Configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the Amazon SageMaker Studio Lifecycle Configuration.

Returns:

  • (Time)


39718
39719
39720
39721
39722
39723
39724
39725
39726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39718

class StudioLifecycleConfigDetails < Struct.new(
  :studio_lifecycle_config_arn,
  :studio_lifecycle_config_name,
  :creation_time,
  :last_modified_time,
  :studio_lifecycle_config_app_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.

Returns:

  • (Time)


39718
39719
39720
39721
39722
39723
39724
39725
39726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39718

class StudioLifecycleConfigDetails < Struct.new(
  :studio_lifecycle_config_arn,
  :studio_lifecycle_config_name,
  :creation_time,
  :last_modified_time,
  :studio_lifecycle_config_app_type)
  SENSITIVE = []
  include Aws::Structure
end

#studio_lifecycle_config_app_typeString

The App type to which the Lifecycle Configuration is attached.

Returns:

  • (String)


39718
39719
39720
39721
39722
39723
39724
39725
39726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39718

class StudioLifecycleConfigDetails < Struct.new(
  :studio_lifecycle_config_arn,
  :studio_lifecycle_config_name,
  :creation_time,
  :last_modified_time,
  :studio_lifecycle_config_app_type)
  SENSITIVE = []
  include Aws::Structure
end

#studio_lifecycle_config_arnString

The Amazon Resource Name (ARN) of the Lifecycle Configuration.

Returns:

  • (String)


39718
39719
39720
39721
39722
39723
39724
39725
39726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39718

class StudioLifecycleConfigDetails < Struct.new(
  :studio_lifecycle_config_arn,
  :studio_lifecycle_config_name,
  :creation_time,
  :last_modified_time,
  :studio_lifecycle_config_app_type)
  SENSITIVE = []
  include Aws::Structure
end

#studio_lifecycle_config_nameString

The name of the Amazon SageMaker Studio Lifecycle Configuration.

Returns:

  • (String)


39718
39719
39720
39721
39722
39723
39724
39725
39726
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39718

class StudioLifecycleConfigDetails < Struct.new(
  :studio_lifecycle_config_arn,
  :studio_lifecycle_config_name,
  :creation_time,
  :last_modified_time,
  :studio_lifecycle_config_app_type)
  SENSITIVE = []
  include Aws::Structure
end