Struct aws_sdk_proton::types::ServiceTemplateSummary
source · #[non_exhaustive]pub struct ServiceTemplateSummary { /* private fields */ }Expand description
Summary data of an Proton service template resource.
Implementations§
source§impl ServiceTemplateSummary
impl ServiceTemplateSummary
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the service template was created.
sourcepub fn last_modified_at(&self) -> Option<&DateTime>
pub fn last_modified_at(&self) -> Option<&DateTime>
The time when the service template was last modified.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The service template name as displayed in the developer interface.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the service template.
sourcepub fn recommended_version(&self) -> Option<&str>
pub fn recommended_version(&self) -> Option<&str>
The recommended version of the service template.
sourcepub fn pipeline_provisioning(&self) -> Option<&Provisioning>
pub fn pipeline_provisioning(&self) -> Option<&Provisioning>
If pipelineProvisioning is true, a service pipeline is included in the service template, otherwise a service pipeline isn't included in the service template.
source§impl ServiceTemplateSummary
impl ServiceTemplateSummary
sourcepub fn builder() -> ServiceTemplateSummaryBuilder
pub fn builder() -> ServiceTemplateSummaryBuilder
Creates a new builder-style object to manufacture ServiceTemplateSummary.
Trait Implementations§
source§impl Clone for ServiceTemplateSummary
impl Clone for ServiceTemplateSummary
source§fn clone(&self) -> ServiceTemplateSummary
fn clone(&self) -> ServiceTemplateSummary
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 ServiceTemplateSummary
impl Debug for ServiceTemplateSummary
source§impl PartialEq<ServiceTemplateSummary> for ServiceTemplateSummary
impl PartialEq<ServiceTemplateSummary> for ServiceTemplateSummary
source§fn eq(&self, other: &ServiceTemplateSummary) -> bool
fn eq(&self, other: &ServiceTemplateSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServiceTemplateSummary
Auto Trait Implementations§
impl RefUnwindSafe for ServiceTemplateSummary
impl Send for ServiceTemplateSummary
impl Sync for ServiceTemplateSummary
impl Unpin for ServiceTemplateSummary
impl UnwindSafe for ServiceTemplateSummary
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