Struct aws_sdk_macie2::model::invitation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Invitation
Implementations
The Amazon Web Services account ID for the account that sent the invitation.
The Amazon Web Services account ID for the account that sent the invitation.
The unique identifier for the invitation. Amazon Macie uses this identifier to validate the inviter account with the invitee account.
The unique identifier for the invitation. Amazon Macie uses this identifier to validate the inviter account with the invitee account.
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
The status of the relationship between the account that sent the invitation (inviter account) and the account that received the invitation (invitee account).
The status of the relationship between the account that sent the invitation (inviter account) and the account that received the invitation (invitee account).
Consumes the builder and constructs a Invitation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more