Class: Aws::MachineLearning::Types::DeleteTagsOutput

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 from which tags were deleted.

Returns:

  • (String)


998
999
1000
1001
1002
1003
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 998

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

#resource_typeString

The type of the ML object from which tags were deleted.

Returns:

  • (String)


998
999
1000
1001
1002
1003
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 998

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