Class: Aws::Types::GetThreatEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetThreatEntitySetRequest
- 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.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def detector_id @detector_id end |
#threat_entity_set_id ⇒ ::String
Returns the value of attribute threat_entity_set_id.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def threat_entity_set_id @threat_entity_set_id end |