Class: Aws::Glue::Types::GetDataQualityRulesetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the ruleset.

Returns:

  • (String)


9870
9871
9872
9873
9874
# File 'lib/aws-sdk-glue/types.rb', line 9870

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