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.
178 179 180 |
# File 'sig/types.rbs', line 178 def aggregation @aggregation end |
#custom ⇒ Types::AnalysisRuleCustom
Returns the value of attribute custom.
179 180 181 |
# File 'sig/types.rbs', line 179 def custom @custom end |
#id_mapping_table ⇒ Types::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 |
#list ⇒ Types::AnalysisRuleList
Returns the value of attribute list.
177 178 179 |
# File 'sig/types.rbs', line 177 def list @list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
181 182 183 |
# File 'sig/types.rbs', line 181 def unknown @unknown end |