Class: Aws::Types::GetCustomDetectionRuleAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomDetectionRuleAssociationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_association ⇒ Types::AssociationDetail
Returns the value of attribute rule_association.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#rule_association ⇒ Types::AssociationDetail
Returns the value of attribute rule_association.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def rule_association @rule_association end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def @tags end |