Class: Aws::Types::SchemaAnalysisRuleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3033
3034
3035
# File 'sig/types.rbs', line 3033

def name
  @name
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

  • ("AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE")


3034
3035
3036
# File 'sig/types.rbs', line 3034

def type
  @type
end