Class: Aws::Types::ConfiguredTableAssociationAnalysisRulePolicyV1

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::ConfiguredTableAssociationAnalysisRuleAggregation

Returns the value of attribute aggregation.



821
822
823
# File 'sig/types.rbs', line 821

def aggregation
  @aggregation
end

#customTypes::ConfiguredTableAssociationAnalysisRuleCustom

Returns the value of attribute custom.



822
823
824
# File 'sig/types.rbs', line 822

def custom
  @custom
end

#listTypes::ConfiguredTableAssociationAnalysisRuleList

Returns the value of attribute list.



820
821
822
# File 'sig/types.rbs', line 820

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


823
824
825
# File 'sig/types.rbs', line 823

def unknown
  @unknown
end