GetMemberPlainArgs

data class GetMemberPlainArgs(val detectorId: String, val memberId: String) : ConvertibleToJava<GetMemberPlainArgs>

Constructors

Link copied to clipboard
constructor(detectorId: String, memberId: String)

Properties

Link copied to clipboard

The ID of the detector associated with the GuardDuty service to add the member to.

Link copied to clipboard

The AWS account ID of the account to designate as a member.

Functions

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