Class: Aws::Types::AnalysisRulePolicyV1
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRulePolicyV1
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Aggregation, Custom, IdMappingTable, List, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ Types::AnalysisRuleAggregation
Returns the value of attribute aggregation.
-
#custom ⇒ Types::AnalysisRuleCustom
Returns the value of attribute custom.
-
#id_mapping_table ⇒ Types::AnalysisRuleIdMappingTable
Returns the value of attribute id_mapping_table.
-
#list ⇒ Types::AnalysisRuleList
Returns the value of attribute list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aggregation ⇒ Types::AnalysisRuleAggregation
Returns the value of attribute aggregation.
189 190 191 |
# File 'sig/types.rbs', line 189 def aggregation @aggregation end |
#custom ⇒ Types::AnalysisRuleCustom
Returns the value of attribute custom.
190 191 192 |
# File 'sig/types.rbs', line 190 def custom @custom end |
#id_mapping_table ⇒ Types::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 |
#list ⇒ Types::AnalysisRuleList
Returns the value of attribute list.
188 189 190 |
# File 'sig/types.rbs', line 188 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
192 193 194 |
# File 'sig/types.rbs', line 192 def unknown @unknown end |