Class: Aws::Types::ListThreatEntitySetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThreatEntitySetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#threat_entity_set_ids ⇒ ::Array[::String]
Returns the value of attribute threat_entity_set_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def next_token @next_token end |
#threat_entity_set_ids ⇒ ::Array[::String]
Returns the value of attribute threat_entity_set_ids.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def threat_entity_set_ids @threat_entity_set_ids end |