Class: Aws::Types::UpdateConfiguredTableAnalysisRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_policyTypes::ConfiguredTableAnalysisRulePolicy

Returns the value of attribute analysis_rule_policy.



3251
3252
3253
# File 'sig/types.rbs', line 3251

def analysis_rule_policy
  @analysis_rule_policy
end

#analysis_rule_type"AGGREGATION", ...

Returns the value of attribute analysis_rule_type.

Returns:

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


3250
3251
3252
# File 'sig/types.rbs', line 3250

def analysis_rule_type
  @analysis_rule_type
end

#configured_table_identifier::String

Returns the value of attribute configured_table_identifier.

Returns:

  • (::String)


3249
3250
3251
# File 'sig/types.rbs', line 3249

def configured_table_identifier
  @configured_table_identifier
end