Struct rusoto_codecommit::PutRepositoryTriggersInput [] [src]

pub struct PutRepositoryTriggersInput {
    pub repository_name: String,
    pub triggers: Vec<RepositoryTrigger>,
}

Represents the input ofa put repository triggers operation.

Fields

The name of the repository where you want to create or update the trigger.

The JSON block of configuration information for each trigger.

Trait Implementations

impl Default for PutRepositoryTriggersInput
[src]

[src]

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

impl Debug for PutRepositoryTriggersInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutRepositoryTriggersInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations