Class: Aws::GlueDataBrew::Types::CreateRulesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateRulesetResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique name of the created ruleset.
Instance Attribute Details
#name ⇒ String
The unique name of the created ruleset.
585 586 587 588 589 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 585 class CreateRulesetResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |