Class: Aws::Types::ListIndicatorsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


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.

Returns:

  • ("TTP_OBSERVED", "IMPOSSIBLE_TRAVEL", "FLAGGED_IP_ADDRESS", "NEW_GEOLOCATION", "NEW_ASO", "NEW_USER_AGENT", "RELATED_FINDING", "RELATED_FINDING_GROUP")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def next_token
  @next_token
end