Class: Aws::Types::CreateCustomDetectionRuleAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDetectionRuleAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
444 445 446 |
# File 'sig/types.rbs', line 444 def client_token @client_token end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
443 444 445 |
# File 'sig/types.rbs', line 443 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def rule_id @rule_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
445 446 447 |
# File 'sig/types.rbs', line 445 def @tags end |