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

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

Overview

Amazon ML returns the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the ML object that was tagged.

Returns:

  • (String)


45
46
47
48
49
50
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 45

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

#resource_typeString

The type of the ML object that was tagged.

Returns:

  • (String)


45
46
47
48
49
50
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 45

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