Class: Aws::Types::ConfiguredTableAnalysisRulePolicyV1

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

Defined Under Namespace

Classes: Aggregation, Custom, List, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationTypes::AnalysisRuleAggregation

Returns the value of attribute aggregation.



747
748
749
# File 'sig/types.rbs', line 747

def aggregation
  @aggregation
end

#customTypes::AnalysisRuleCustom

Returns the value of attribute custom.



748
749
750
# File 'sig/types.rbs', line 748

def custom
  @custom
end

#listTypes::AnalysisRuleList

Returns the value of attribute list.



746
747
748
# File 'sig/types.rbs', line 746

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


749
750
751
# File 'sig/types.rbs', line 749

def unknown
  @unknown
end