Struct aws_sdk_securityhub::model::invitation::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for Invitation
Implementations
The account ID of the Security Hub administrator account that the invitation was sent from.
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 ID of the invitation sent to the member account.
The timestamp of when the invitation was sent.
The timestamp of when the invitation was sent.
The current status of the association between the member and administrator accounts.
The current status of the association between the member and administrator accounts.
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