Struct rusoto_codecommit::GetRepositoryTriggersInput [] [src]

pub struct GetRepositoryTriggersInput {
    pub repository_name: String,
}

Represents the input of a get repository triggers operation.

Fields

The name of the repository for which the trigger is configured.

Trait Implementations

impl Default for GetRepositoryTriggersInput
[src]

[src]

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

impl Debug for GetRepositoryTriggersInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRepositoryTriggersInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations