Struct aws_sdk_codecommit::output::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput [−][src]
#[non_exhaustive]pub struct BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput {
pub disassociated_repository_names: Option<Vec<String>>,
pub errors: Option<Vec<BatchDisassociateApprovalRuleTemplateFromRepositoriesError>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.disassociated_repository_names: Option<Vec<String>>A list of repository names that have had their association with the template removed.
errors: Option<Vec<BatchDisassociateApprovalRuleTemplateFromRepositoriesError>>A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
Implementations
A list of repository names that have had their association with the template removed.
Creates a new builder-style object to manufacture BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more