Struct aws_sdk_resourceexplorer2::output::GetIndexOutput
source · #[non_exhaustive]pub struct GetIndexOutput { /* private fields */ }Implementations§
source§impl GetIndexOutput
impl GetIndexOutput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the index.
sourcepub fn type(&self) -> Option<&IndexType>
pub fn type(&self) -> Option<&IndexType>
The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index.
sourcepub fn state(&self) -> Option<&IndexState>
pub fn state(&self) -> Option<&IndexState>
The current state of the index in this Amazon Web Services Region.
sourcepub fn replicating_from(&self) -> Option<&[String]>
pub fn replicating_from(&self) -> Option<&[String]>
This response value is present only if this index is Type=AGGREGATOR.
A list of the Amazon Web Services Regions that replicate their content to the index in this Region.
sourcepub fn replicating_to(&self) -> Option<&[String]>
pub fn replicating_to(&self) -> Option<&[String]>
This response value is present only if this index is Type=LOCAL.
The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time when the index was originally created.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The date and time when the index was last updated.
Tag key and value pairs that are attached to the index.
source§impl GetIndexOutput
impl GetIndexOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIndexOutput.
Trait Implementations§
source§impl Clone for GetIndexOutput
impl Clone for GetIndexOutput
source§fn clone(&self) -> GetIndexOutput
fn clone(&self) -> GetIndexOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetIndexOutput
impl Debug for GetIndexOutput
source§impl PartialEq<GetIndexOutput> for GetIndexOutput
impl PartialEq<GetIndexOutput> for GetIndexOutput
source§fn eq(&self, other: &GetIndexOutput) -> bool
fn eq(&self, other: &GetIndexOutput) -> bool
self and other values to be equal, and is used
by ==.