ApiCallDetails

Provides information about an API operation that an entity invoked for an affected resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val api: String?

The name of the operation that was invoked most recently and produced the finding.

Link copied to clipboard

The URL of the Amazon Web Services service that provides the operation, for example: s3.amazonaws.com.

Link copied to clipboard

The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

Link copied to clipboard

The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.

Functions

Link copied to clipboard
inline fun copy(block: ApiCallDetails.Builder.() -> Unit = {}): ApiCallDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String