Struct aws_sdk_elasticsearch::input::ListDomainNamesInput
source · #[non_exhaustive]pub struct ListDomainNamesInput { /* private fields */ }Expand description
Container for the parameters to the operation.ListDomainNames
Implementations§
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesInput.
source§impl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub fn engine_type(&self) -> Option<&EngineType>
pub fn engine_type(&self) -> Option<&EngineType>
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
Trait Implementations§
source§impl Clone for ListDomainNamesInput
impl Clone for ListDomainNamesInput
source§fn clone(&self) -> ListDomainNamesInput
fn clone(&self) -> ListDomainNamesInput
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 ListDomainNamesInput
impl Debug for ListDomainNamesInput
source§impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
source§fn eq(&self, other: &ListDomainNamesInput) -> bool
fn eq(&self, other: &ListDomainNamesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.