GetMemberResult

data class GetMemberResult(val email: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(email: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The email address associated with the member account.

Link copied to clipboard
val status: String? = null

You can use the Status property to update the status of the relationship between the member account and its administrator account. Valid values are Created and Invited when using an AWS::GuardDuty::Member resource. If the value for this property is not provided or set to Created , a member account is created but not invited. If the value of this property is set to Invited , a member account is created and invited.