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.



178
179
180
# File 'sig/types.rbs', line 178

def aggregation
  @aggregation
end

#customTypes::AnalysisRuleCustom

Returns the value of attribute custom.



179
180
181
# File 'sig/types.rbs', line 179

def custom
  @custom
end

#id_mapping_tableTypes::AnalysisRuleIdMappingTable

Returns the value of attribute id_mapping_table.



180
181
182
# File 'sig/types.rbs', line 180

def id_mapping_table
  @id_mapping_table
end

#listTypes::AnalysisRuleList

Returns the value of attribute list.



177
178
179
# File 'sig/types.rbs', line 177

def list
  @list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


181
182
183
# File 'sig/types.rbs', line 181

def unknown
  @unknown
end