Struct rusoto_ecr::GetRepositoryPolicyResponse [] [src]

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

Fields

The JSON repository policy text associated with the repository.

The registry ID associated with the request.

The repository name associated with the request.

Trait Implementations

impl Default for GetRepositoryPolicyResponse
[src]

[src]

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

impl Debug for GetRepositoryPolicyResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRepositoryPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations