Class: Aws::Types::AnalysisRulePolicyV1

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

Defined Under Namespace

Classes: Aggregation, Custom, IdMappingTable, List, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregationTypes::AnalysisRuleAggregation

Returns the value of attribute aggregation.



189
190
191
# File 'sig/types.rbs', line 189

def aggregation
  @aggregation
end

#customTypes::AnalysisRuleCustom

Returns the value of attribute custom.



190
191
192
# File 'sig/types.rbs', line 190

def custom
  @custom
end

#id_mapping_tableTypes::AnalysisRuleIdMappingTable

Returns the value of attribute id_mapping_table.



191
192
193
# File 'sig/types.rbs', line 191

def id_mapping_table
  @id_mapping_table
end

#listTypes::AnalysisRuleList

Returns the value of attribute list.



188
189
190
# File 'sig/types.rbs', line 188

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


192
193
194
# File 'sig/types.rbs', line 192

def unknown
  @unknown
end