Struct rusoto_ecr::DeleteRepositoryPolicyResponse [] [src]

pub struct DeleteRepositoryPolicyResponse {
    pub policy_text: Option<RepositoryPolicyText>,
    pub registry_id: Option<RegistryId>,
    pub repository_name: Option<RepositoryName>,
}

Fields

The JSON repository policy that was deleted from the repository.

The registry ID associated with the request.

The repository name associated with the request.

Trait Implementations

impl Default for DeleteRepositoryPolicyResponse
[src]

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

impl Debug for DeleteRepositoryPolicyResponse
[src]

Formats the value using the given formatter.

impl Clone for DeleteRepositoryPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more