Class: Aws::SageMaker::Types::UiTemplateInfo

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

Overview

Container for user interface template information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_sha_256String

The SHA-256 digest of the contents of the template.

Returns:

  • (String)


42803
42804
42805
42806
42807
42808
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42803

class UiTemplateInfo < Struct.new(
  :url,
  :content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL for the user interface template.

Returns:

  • (String)


42803
42804
42805
42806
42807
42808
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42803

class UiTemplateInfo < Struct.new(
  :url,
  :content_sha_256)
  SENSITIVE = []
  include Aws::Structure
end