Class: Aws::Types::ListThreatIntelSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThreatIntelSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#threat_intel_set_ids ⇒ ::Array[::String]
Returns the value of attribute threat_intel_set_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def next_token @next_token end |
#threat_intel_set_ids ⇒ ::Array[::String]
Returns the value of attribute threat_intel_set_ids.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def threat_intel_set_ids @threat_intel_set_ids end |