Struct aws_sdk_proton::types::ServiceSyncConfig
source · #[non_exhaustive]pub struct ServiceSyncConfig { /* private fields */ }Expand description
Detailed data of the service sync configuration.
Implementations§
source§impl ServiceSyncConfig
impl ServiceSyncConfig
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service that the service instance is added to.
sourcepub fn repository_provider(&self) -> Option<&RepositoryProvider>
pub fn repository_provider(&self) -> Option<&RepositoryProvider>
The name of the repository provider that holds the repository Proton will sync with.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the code repository that holds the service code Proton will sync with.
source§impl ServiceSyncConfig
impl ServiceSyncConfig
sourcepub fn builder() -> ServiceSyncConfigBuilder
pub fn builder() -> ServiceSyncConfigBuilder
Creates a new builder-style object to manufacture ServiceSyncConfig.
Trait Implementations§
source§impl Clone for ServiceSyncConfig
impl Clone for ServiceSyncConfig
source§fn clone(&self) -> ServiceSyncConfig
fn clone(&self) -> ServiceSyncConfig
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 ServiceSyncConfig
impl Debug for ServiceSyncConfig
source§impl PartialEq<ServiceSyncConfig> for ServiceSyncConfig
impl PartialEq<ServiceSyncConfig> for ServiceSyncConfig
source§fn eq(&self, other: &ServiceSyncConfig) -> bool
fn eq(&self, other: &ServiceSyncConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServiceSyncConfig
Auto Trait Implementations§
impl RefUnwindSafe for ServiceSyncConfig
impl Send for ServiceSyncConfig
impl Sync for ServiceSyncConfig
impl Unpin for ServiceSyncConfig
impl UnwindSafe for ServiceSyncConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more