Struct aws_sdk_resourceexplorer2::input::DeleteIndexInput
source · #[non_exhaustive]pub struct DeleteIndexInput { /* private fields */ }Implementations§
source§impl DeleteIndexInput
impl DeleteIndexInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIndex, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIndex, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIndex>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIndexInput.
source§impl DeleteIndexInput
impl DeleteIndexInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the index that you want to delete.
Trait Implementations§
source§impl Clone for DeleteIndexInput
impl Clone for DeleteIndexInput
source§fn clone(&self) -> DeleteIndexInput
fn clone(&self) -> DeleteIndexInput
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 DeleteIndexInput
impl Debug for DeleteIndexInput
source§impl PartialEq<DeleteIndexInput> for DeleteIndexInput
impl PartialEq<DeleteIndexInput> for DeleteIndexInput
source§fn eq(&self, other: &DeleteIndexInput) -> bool
fn eq(&self, other: &DeleteIndexInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.