Class: Aws::MachineLearning::Types::AddTagsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-machinelearning/types.rb

Overview

Amazon ML returns the following elements.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the ML object that was tagged.

Returns:

  • (String)


56
57
58
59
60
# File 'lib/aws-sdk-machinelearning/types.rb', line 56

class AddTagsOutput < Struct.new(
  :resource_id,
  :resource_type)
  include Aws::Structure
end

#resource_typeString

The type of the ML object that was tagged.

Returns:

  • (String)


56
57
58
59
60
# File 'lib/aws-sdk-machinelearning/types.rb', line 56

class AddTagsOutput < Struct.new(
  :resource_id,
  :resource_type)
  include Aws::Structure
end