Class: Aws::GlueDataBrew::Types::CreateRulesetResponse

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 unique name of the created ruleset.

Returns:

  • (String)


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