Class: Aws::GlueDataBrew::Types::DeleteRulesetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteRulesetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the ruleset to be deleted.
Instance Attribute Details
#name ⇒ String
The name of the ruleset to be deleted.
1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1105 class DeleteRulesetRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |