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.



730
731
732
# File 'sig/types.rbs', line 730

def aggregation
  @aggregation
end

#customTypes::AnalysisRuleCustom

Returns the value of attribute custom.



731
732
733
# File 'sig/types.rbs', line 731

def custom
  @custom
end

#listTypes::AnalysisRuleList

Returns the value of attribute list.



729
730
731
# File 'sig/types.rbs', line 729

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


732
733
734
# File 'sig/types.rbs', line 732

def unknown
  @unknown
end