Class: Aws::Types::ListIndicatorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIndicatorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#indicator_type ⇒ "TTP_OBSERVED", ...
Returns the value of attribute indicator_type.
-
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def graph_arn @graph_arn end |
#indicator_type ⇒ "TTP_OBSERVED", ...
Returns the value of attribute indicator_type.
269 270 271 |
# File 'sig/types.rbs', line 269 def indicator_type @indicator_type end |
#investigation_id ⇒ ::String
Returns the value of attribute investigation_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def investigation_id @investigation_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
271 272 273 |
# File 'sig/types.rbs', line 271 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
270 271 272 |
# File 'sig/types.rbs', line 270 def next_token @next_token end |