Class: Aws::Types::GetThreatIntelSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetThreatIntelSetRequest
- 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.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def detector_id @detector_id end |
#threat_intel_set_id ⇒ ::String
Returns the value of attribute threat_intel_set_id.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def threat_intel_set_id @threat_intel_set_id end |