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