#[non_exhaustive]pub struct PutApprovalResultOutput { /* private fields */ }
Expand description
Represents the output of a PutApprovalResult
action.
Implementations§
source§impl PutApprovalResultOutput
impl PutApprovalResultOutput
sourcepub fn approved_at(&self) -> Option<&DateTime>
pub fn approved_at(&self) -> Option<&DateTime>
The timestamp showing when the approval or rejection was submitted.
source§impl PutApprovalResultOutput
impl PutApprovalResultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutApprovalResultOutput
.
Trait Implementations§
source§impl Clone for PutApprovalResultOutput
impl Clone for PutApprovalResultOutput
source§fn clone(&self) -> PutApprovalResultOutput
fn clone(&self) -> PutApprovalResultOutput
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 PutApprovalResultOutput
impl Debug for PutApprovalResultOutput
source§impl PartialEq<PutApprovalResultOutput> for PutApprovalResultOutput
impl PartialEq<PutApprovalResultOutput> for PutApprovalResultOutput
source§fn eq(&self, other: &PutApprovalResultOutput) -> bool
fn eq(&self, other: &PutApprovalResultOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.