Class: Aws::Types::AnalysisRuleCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRuleCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#resource_tags ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute resource_tags.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
86 87 88 |
# File 'sig/types.rbs', line 86 def account_ids @account_ids end |
#resource_tags ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute resource_tags.
87 88 89 |
# File 'sig/types.rbs', line 87 def @resource_tags end |