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.



804
805
806
# File 'sig/types.rbs', line 804

def aggregation
  @aggregation
end

#customTypes::ConfiguredTableAssociationAnalysisRuleCustom

Returns the value of attribute custom.



805
806
807
# File 'sig/types.rbs', line 805

def custom
  @custom
end

#listTypes::ConfiguredTableAssociationAnalysisRuleList

Returns the value of attribute list.



803
804
805
# File 'sig/types.rbs', line 803

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


806
807
808
# File 'sig/types.rbs', line 806

def unknown
  @unknown
end