Struct aws_sdk_proton::types::EnvironmentTemplateSummary
source · #[non_exhaustive]pub struct EnvironmentTemplateSummary { /* private fields */ }Expand description
The environment template data.
Implementations§
source§impl EnvironmentTemplateSummary
impl EnvironmentTemplateSummary
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the environment template was created.
sourcepub fn last_modified_at(&self) -> Option<&DateTime>
pub fn last_modified_at(&self) -> Option<&DateTime>
The time when the environment template was last modified.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The name of the environment template as displayed in the developer interface.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the environment template.
sourcepub fn recommended_version(&self) -> Option<&str>
pub fn recommended_version(&self) -> Option<&str>
The recommended version of the environment template.
sourcepub fn provisioning(&self) -> Option<&Provisioning>
pub fn provisioning(&self) -> Option<&Provisioning>
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
source§impl EnvironmentTemplateSummary
impl EnvironmentTemplateSummary
sourcepub fn builder() -> EnvironmentTemplateSummaryBuilder
pub fn builder() -> EnvironmentTemplateSummaryBuilder
Creates a new builder-style object to manufacture EnvironmentTemplateSummary.
Trait Implementations§
source§impl Clone for EnvironmentTemplateSummary
impl Clone for EnvironmentTemplateSummary
source§fn clone(&self) -> EnvironmentTemplateSummary
fn clone(&self) -> EnvironmentTemplateSummary
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 EnvironmentTemplateSummary
impl Debug for EnvironmentTemplateSummary
source§impl PartialEq<EnvironmentTemplateSummary> for EnvironmentTemplateSummary
impl PartialEq<EnvironmentTemplateSummary> for EnvironmentTemplateSummary
source§fn eq(&self, other: &EnvironmentTemplateSummary) -> bool
fn eq(&self, other: &EnvironmentTemplateSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EnvironmentTemplateSummary
Auto Trait Implementations§
impl RefUnwindSafe for EnvironmentTemplateSummary
impl Send for EnvironmentTemplateSummary
impl Sync for EnvironmentTemplateSummary
impl Unpin for EnvironmentTemplateSummary
impl UnwindSafe for EnvironmentTemplateSummary
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