Struct aws_sdk_resourceexplorer2::input::CreateIndexInput
source · #[non_exhaustive]pub struct CreateIndexInput { /* private fields */ }Implementations§
source§impl CreateIndexInput
impl CreateIndexInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateIndex, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateIndex, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateIndex>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIndexInput.
source§impl CreateIndexInput
impl CreateIndexInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your views.
The specified tags are attached only to the index created in this Amazon Web Services Region. The tags aren't attached to any of the resources listed in the index.
Trait Implementations§
source§impl Clone for CreateIndexInput
impl Clone for CreateIndexInput
source§fn clone(&self) -> CreateIndexInput
fn clone(&self) -> CreateIndexInput
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 CreateIndexInput
impl Debug for CreateIndexInput
source§impl PartialEq<CreateIndexInput> for CreateIndexInput
impl PartialEq<CreateIndexInput> for CreateIndexInput
source§fn eq(&self, other: &CreateIndexInput) -> bool
fn eq(&self, other: &CreateIndexInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.