AwsApiCallAction
public struct AwsApiCallAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS API name.
Declaration
Swift
public let api: String? -
The AWS API caller type.
Declaration
Swift
public let callerType: String? -
The domain information for the AWS API call.
Declaration
Swift
public let domainDetails: DomainDetails? -
The error code of the failed AWS API action.
Declaration
Swift
public let errorCode: String? -
The remote IP information of the connection that initiated the AWS API call.
Declaration
Swift
public let remoteIpDetails: RemoteIpDetails? -
The AWS service name whose API was invoked.
Declaration
Swift
public let serviceName: String? -
Undocumented
Declaration
Swift
public init(api: String? = nil, callerType: String? = nil, domainDetails: DomainDetails? = nil, errorCode: String? = nil, remoteIpDetails: RemoteIpDetails? = nil, serviceName: String? = nil)
View on GitHub
AwsApiCallAction Structure Reference