Struct aws_sdk_securityhub::input::GetMasterAccountInput
source · [−]#[non_exhaustive]pub struct GetMasterAccountInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMasterAccount, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMasterAccount, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetMasterAccount
>
Creates a new builder-style object to manufacture GetMasterAccountInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetMasterAccountInput
impl Send for GetMasterAccountInput
impl Sync for GetMasterAccountInput
impl Unpin for GetMasterAccountInput
impl UnwindSafe for GetMasterAccountInput
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