Struct aws_sdk_elasticsearch::input::ListDomainNamesInput [−][src]
#[non_exhaustive]pub struct ListDomainNamesInput {
pub engine_type: Option<EngineType>,
}
Expand description
Container for the parameters to the
operation.ListDomainNames
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.engine_type: Option<EngineType>
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames
>
Creates a new builder-style object to manufacture ListDomainNamesInput
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListDomainNamesInput
impl Send for ListDomainNamesInput
impl Sync for ListDomainNamesInput
impl Unpin for ListDomainNamesInput
impl UnwindSafe for ListDomainNamesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more