Struct aws_sdk_securityhub::model::Invitation [−][src]
#[non_exhaustive]pub struct Invitation {
pub account_id: Option<String>,
pub invitation_id: Option<String>,
pub invited_at: Option<DateTime>,
pub member_status: Option<String>,
}
Expand description
Details about an 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 account ID of the Security Hub administrator account that the invitation was sent from.
invitation_id: Option<String>
The ID of the invitation sent to the member account.
invited_at: Option<DateTime>
The timestamp of when the invitation was sent.
member_status: Option<String>
The current status of the association between the member and administrator accounts.
Implementations
The account ID of the Security Hub administrator account that the invitation was sent from.
The ID of the invitation sent to the member account.
The timestamp of when the invitation was sent.
The current status of the association between the member and administrator accounts.
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