Class: Aws::Types::DeleteThreatIntelSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThreatIntelSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#threat_intel_set_id ⇒ ::String
Returns the value of attribute threat_intel_set_id.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
788 789 790 |
# File 'sig/types.rbs', line 788 def detector_id @detector_id end |
#threat_intel_set_id ⇒ ::String
Returns the value of attribute threat_intel_set_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def threat_intel_set_id @threat_intel_set_id end |