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)


3006
3007
3008
# File 'sig/types.rbs', line 3006

def name
  @name
end

#type"AGGREGATION", ...

Returns the value of attribute type.

Returns:

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


3007
3008
3009
# File 'sig/types.rbs', line 3007

def type
  @type
end