Struct aws_sdk_proton::model::TemplateSyncConfig
source · #[non_exhaustive]pub struct TemplateSyncConfig { /* private fields */ }
Expand description
The detail data for a template sync configuration.
Implementations§
source§impl TemplateSyncConfig
impl TemplateSyncConfig
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The template name.
sourcepub fn template_type(&self) -> Option<&TemplateType>
pub fn template_type(&self) -> Option<&TemplateType>
The template type.
sourcepub fn repository_provider(&self) -> Option<&RepositoryProvider>
pub fn repository_provider(&self) -> Option<&RepositoryProvider>
The repository provider.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name (for example, myrepos/myrepo
).
sourcepub fn subdirectory(&self) -> Option<&str>
pub fn subdirectory(&self) -> Option<&str>
A subdirectory path to your template bundle version.
source§impl TemplateSyncConfig
impl TemplateSyncConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateSyncConfig
.
Trait Implementations§
source§impl Clone for TemplateSyncConfig
impl Clone for TemplateSyncConfig
source§fn clone(&self) -> TemplateSyncConfig
fn clone(&self) -> TemplateSyncConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TemplateSyncConfig
impl Debug for TemplateSyncConfig
source§impl PartialEq<TemplateSyncConfig> for TemplateSyncConfig
impl PartialEq<TemplateSyncConfig> for TemplateSyncConfig
source§fn eq(&self, other: &TemplateSyncConfig) -> bool
fn eq(&self, other: &TemplateSyncConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.