Class: Aws::Types::DeleteThreatEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThreatEntitySetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#threat_entity_set_id ⇒ ::String
Returns the value of attribute threat_entity_set_id.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
779 780 781 |
# File 'sig/types.rbs', line 779 def detector_id @detector_id end |
#threat_entity_set_id ⇒ ::String
Returns the value of attribute threat_entity_set_id.
780 781 782 |
# File 'sig/types.rbs', line 780 def threat_entity_set_id @threat_entity_set_id end |