Struct rusoto_ecr::CreateRepositoryRequest [] [src]

pub struct CreateRepositoryRequest {
    pub repository_name: String,
}

Fields

The name to use for the repository. The repository name may be specified on its own (such as nginx-web-app) or it can be prepended with a namespace to group the repository into a category (such as project-a/nginx-web-app).

Trait Implementations

impl Default for CreateRepositoryRequest
[src]

[src]

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

impl Debug for CreateRepositoryRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateRepositoryRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations