#[non_exhaustive]pub struct CreateIndexOutput { /* private fields */ }Implementations§
source§impl CreateIndexOutput
impl CreateIndexOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The ARN of the new local index for the Region. You can reference this ARN in IAM permission policies to authorize the following operations: DeleteIndex | GetIndex | UpdateIndexType | CreateView
sourcepub fn state(&self) -> Option<&IndexState>
pub fn state(&self) -> Option<&IndexState>
Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.
The state can remain in the CREATING or UPDATING state for several hours as Resource Explorer discovers the information about your resources and populates the index.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and timestamp when the index was created.
source§impl CreateIndexOutput
impl CreateIndexOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIndexOutput.
Trait Implementations§
source§impl Clone for CreateIndexOutput
impl Clone for CreateIndexOutput
source§fn clone(&self) -> CreateIndexOutput
fn clone(&self) -> CreateIndexOutput
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 CreateIndexOutput
impl Debug for CreateIndexOutput
source§impl PartialEq<CreateIndexOutput> for CreateIndexOutput
impl PartialEq<CreateIndexOutput> for CreateIndexOutput
source§fn eq(&self, other: &CreateIndexOutput) -> bool
fn eq(&self, other: &CreateIndexOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.