Struct rusoto_codecommit::GetRepositoryTriggersOutput [] [src]

pub struct GetRepositoryTriggersOutput {
    pub configuration_id: Option<RepositoryTriggersConfigurationId>,
    pub triggers: Option<RepositoryTriggersList>,
}

Represents the output of a get repository triggers operation.

Fields

The system-generated unique ID for the trigger.

The JSON block of configuration information for each trigger.

Trait Implementations

impl Default for GetRepositoryTriggersOutput
[src]

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

impl Debug for GetRepositoryTriggersOutput
[src]

Formats the value using the given formatter.

impl Clone for GetRepositoryTriggersOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more