Struct aws_sdk_macie2::model::Invitation [−][src]
#[non_exhaustive]pub struct Invitation {
pub account_id: Option<String>,
pub invitation_id: Option<String>,
pub invited_at: Option<DateTime>,
pub relationship_status: Option<RelationshipStatus>,
}
Expand description
Provides information about an Amazon Macie membership invitation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_id: Option<String>
The Amazon Web Services account ID for the account that sent the invitation.
invitation_id: Option<String>
The unique identifier for the invitation.
invited_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.
relationship_status: Option<RelationshipStatus>
The status of the relationship between the account that sent the invitation and the account that received the invitation.
Implementations
The Amazon Web Services account ID for the account that sent the invitation.
The unique identifier for the invitation.
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 and the account that received the invitation.
Creates a new builder-style object to manufacture Invitation
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Invitation
impl Send for Invitation
impl Sync for Invitation
impl Unpin for Invitation
impl UnwindSafe for Invitation
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