Class: Aws::Types::DeleteConfiguredTableAnalysisRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_type"AGGREGATION", ...

Returns the value of attribute analysis_rule_type.

Returns:

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


1190
1191
1192
# File 'sig/types.rbs', line 1190

def analysis_rule_type
  @analysis_rule_type
end

#configured_table_identifier::String

Returns the value of attribute configured_table_identifier.

Returns:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def configured_table_identifier
  @configured_table_identifier
end