Class: Aws::MachineLearning::Types::DeleteTagsInput

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 tagged ML object. For example, exampleModelId.

Returns:

  • (String)


980
981
982
983
984
985
986
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 980

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

#resource_typeString

The type of the tagged ML object.

Returns:

  • (String)


980
981
982
983
984
985
986
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 980

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

#tag_keysArray<String>

One or more tags to delete.

Returns:

  • (Array<String>)


980
981
982
983
984
985
986
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 980

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