AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
detective
/
aws.sdk.kotlin.services.detective.model
/
IndicatorType
Indicator
Type
sealed
class
IndicatorType
Inheritors
FlaggedIpAddress
ImpossibleTravel
NewAso
NewGeolocation
NewUserAgent
RelatedFinding
RelatedFindingGroup
TtpObserved
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Flagged
Ip
Address
Link copied to clipboard
object
FlaggedIpAddress
:
IndicatorType
Impossible
Travel
Link copied to clipboard
object
ImpossibleTravel
:
IndicatorType
New
Aso
Link copied to clipboard
object
NewAso
:
IndicatorType
New
Geolocation
Link copied to clipboard
object
NewGeolocation
:
IndicatorType
New
User
Agent
Link copied to clipboard
object
NewUserAgent
:
IndicatorType
Related
Finding
Link copied to clipboard
object
RelatedFinding
:
IndicatorType
Related
Finding
Group
Link copied to clipboard
object
RelatedFindingGroup
:
IndicatorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IndicatorType
Ttp
Observed
Link copied to clipboard
object
TtpObserved
:
IndicatorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String