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

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

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'lib/aws-sdk-machinelearning/types.rb', line 1125

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

#resource_typeString

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

Returns:

  • (String)


1125
1126
1127
1128
1129
# File 'lib/aws-sdk-machinelearning/types.rb', line 1125

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