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