Struct rusoto_ecr::GetRepositoryPolicyRequest [] [src]

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

Fields

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

The name of the repository whose policy you want to retrieve.

Trait Implementations

impl Default for GetRepositoryPolicyRequest
[src]

[src]

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

impl Debug for GetRepositoryPolicyRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRepositoryPolicyRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations