AwsApiCallAction

Contains information about the API action.

Types

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

Properties

Link copied to clipboard

The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.

Link copied to clipboard
val api: String?

The Amazon Web Services API name.

Link copied to clipboard

The Amazon Web Services API caller type.

Link copied to clipboard

The domain information for the Amazon Web Services API call.

Link copied to clipboard

The error code of the failed Amazon Web Services API action.

Link copied to clipboard

The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.

Link copied to clipboard

The remote IP information of the connection that initiated the Amazon Web Services API call.

Link copied to clipboard

The Amazon Web Services service name whose API was invoked.

Link copied to clipboard

The agent through which the API request was made.

Functions

Link copied to clipboard
inline fun copy(block: AwsApiCallAction.Builder.() -> Unit = {}): AwsApiCallAction
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