Class: Aws::MachineLearning::Types::AddTagsInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the ML object to tag. For example, exampleModelId.

Returns:

  • (String)


27
28
29
30
31
32
33
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 27

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

#resource_typeString

The type of the ML object to tag.

Returns:

  • (String)


27
28
29
30
31
32
33
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 27

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

#tagsArray<Types::Tag>

The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.

Returns:



27
28
29
30
31
32
33
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 27

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