Struct aws_sdk_securityhub::input::CreateMembersInput
source · [−]#[non_exhaustive]pub struct CreateMembersInput {
pub account_details: Option<Vec<AccountDetails>>,
}
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_details: Option<Vec<AccountDetails>>
The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMembers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateMembers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateMembers
>
Creates a new builder-style object to manufacture CreateMembersInput
The list of accounts to associate with the Security Hub administrator account. For each account, the list includes the account ID and optionally the email address.
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 CreateMembersInput
impl Send for CreateMembersInput
impl Sync for CreateMembersInput
impl Unpin for CreateMembersInput
impl UnwindSafe for CreateMembersInput
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