Class: Aws::GlueDataBrew::Types::DeleteRulesetResponse

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 deleted ruleset.

Returns:

  • (String)


1117
1118
1119
1120
1121
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1117

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