Struct aws_sdk_eventbridge::output::CreateArchiveOutput
source · #[non_exhaustive]pub struct CreateArchiveOutput { /* private fields */ }Implementations§
source§impl CreateArchiveOutput
impl CreateArchiveOutput
sourcepub fn archive_arn(&self) -> Option<&str>
pub fn archive_arn(&self) -> Option<&str>
The ARN of the archive that was created.
sourcepub fn state(&self) -> Option<&ArchiveState>
pub fn state(&self) -> Option<&ArchiveState>
The state of the archive that was created.
sourcepub fn state_reason(&self) -> Option<&str>
pub fn state_reason(&self) -> Option<&str>
The reason that the archive is in the state.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time at which the archive was created.
source§impl CreateArchiveOutput
impl CreateArchiveOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateArchiveOutput.
Trait Implementations§
source§impl Clone for CreateArchiveOutput
impl Clone for CreateArchiveOutput
source§fn clone(&self) -> CreateArchiveOutput
fn clone(&self) -> CreateArchiveOutput
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 CreateArchiveOutput
impl Debug for CreateArchiveOutput
source§impl PartialEq<CreateArchiveOutput> for CreateArchiveOutput
impl PartialEq<CreateArchiveOutput> for CreateArchiveOutput
source§fn eq(&self, other: &CreateArchiveOutput) -> bool
fn eq(&self, other: &CreateArchiveOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.