Struct aws_sdk_schemas::output::DescribeCodeBindingOutput
source · #[non_exhaustive]pub struct DescribeCodeBindingOutput { /* private fields */ }
Implementations§
source§impl DescribeCodeBindingOutput
impl DescribeCodeBindingOutput
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 DescribeCodeBindingOutput
impl DescribeCodeBindingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCodeBindingOutput
.
Trait Implementations§
source§impl Clone for DescribeCodeBindingOutput
impl Clone for DescribeCodeBindingOutput
source§fn clone(&self) -> DescribeCodeBindingOutput
fn clone(&self) -> DescribeCodeBindingOutput
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