Class: Aws::SageMaker::Types::ActionSource

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

Overview

A structure describing the source of an action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_idString

The ID of the source.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29

class ActionSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of the source.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29

class ActionSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_uriString

The URI of the source.

Returns:

  • (String)


29
30
31
32
33
34
35
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29

class ActionSource < Struct.new(
  :source_uri,
  :source_type,
  :source_id)
  SENSITIVE = []
  include Aws::Structure
end