#[non_exhaustive]pub struct DeleteIndexOutput { /* private fields */ }Implementations§
source§impl DeleteIndexOutput
impl DeleteIndexOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the index that you successfully started the deletion process.
This operation is asynchronous. To check its status, call the GetIndex operation.
sourcepub fn state(&self) -> Option<&IndexState>
pub fn state(&self) -> Option<&IndexState>
Indicates the current state of the index.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The date and time when you last updated this index.
source§impl DeleteIndexOutput
impl DeleteIndexOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIndexOutput.
Trait Implementations§
source§impl Clone for DeleteIndexOutput
impl Clone for DeleteIndexOutput
source§fn clone(&self) -> DeleteIndexOutput
fn clone(&self) -> DeleteIndexOutput
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 DeleteIndexOutput
impl Debug for DeleteIndexOutput
source§impl PartialEq<DeleteIndexOutput> for DeleteIndexOutput
impl PartialEq<DeleteIndexOutput> for DeleteIndexOutput
source§fn eq(&self, other: &DeleteIndexOutput) -> bool
fn eq(&self, other: &DeleteIndexOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.