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