Struct rusoto_ecr::DeleteRepositoryPolicyRequest [] [src]

pub struct DeleteRepositoryPolicyRequest {
    pub registry_id: Option<String>,
    pub repository_name: String,
}

Fields

The AWS account ID associated with the registry that contains the repository policy to delete. If you do not specify a registry, the default registry is assumed.

The name of the repository that is associated with the repository policy to delete.

Trait Implementations

impl Default for DeleteRepositoryPolicyRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteRepositoryPolicyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteRepositoryPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations