Class: Aws::GlueDataBrew::Types::DeleteRulesetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the ruleset to be deleted.

Returns:

  • (String)


1105
1106
1107
1108
1109
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1105

class DeleteRulesetRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end