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