Struct aws_sdk_schemas::output::PutCodeBindingOutput
source · #[non_exhaustive]pub struct PutCodeBindingOutput { /* private fields */ }
Implementations§
source§impl PutCodeBindingOutput
impl PutCodeBindingOutput
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The time and date that the code binding was created.
sourcepub fn last_modified(&self) -> Option<&DateTime>
pub fn last_modified(&self) -> Option<&DateTime>
The date and time that code bindings were modified.
sourcepub fn schema_version(&self) -> Option<&str>
pub fn schema_version(&self) -> Option<&str>
The version number of the schema.
sourcepub fn status(&self) -> Option<&CodeGenerationStatus>
pub fn status(&self) -> Option<&CodeGenerationStatus>
The current status of code binding generation.
source§impl PutCodeBindingOutput
impl PutCodeBindingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutCodeBindingOutput
.
Trait Implementations§
source§impl Clone for PutCodeBindingOutput
impl Clone for PutCodeBindingOutput
source§fn clone(&self) -> PutCodeBindingOutput
fn clone(&self) -> PutCodeBindingOutput
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 more