GetFindingIdsPlainArgs

data class GetFindingIdsPlainArgs(val detectorId: String) : ConvertibleToJava<GetFindingIdsPlainArgs>

A collection of arguments for invoking getFindingIds.

Constructors

Link copied to clipboard
constructor(detectorId: String)

Properties

Link copied to clipboard

ID of the GuardDuty detector.

Functions

Link copied to clipboard
open override fun toJava(): GetFindingIdsPlainArgs