Struct aws_sdk_opensearch::input::DescribeDomainsInput
source · #[non_exhaustive]pub struct DescribeDomainsInput { /* private fields */ }
Expand description
Container for the parameters to the DescribeDomains
operation.
Implementations§
source§impl DescribeDomainsInput
impl DescribeDomainsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomains, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomains, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDomains
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainsInput
.
source§impl DescribeDomainsInput
impl DescribeDomainsInput
sourcepub fn domain_names(&self) -> Option<&[String]>
pub fn domain_names(&self) -> Option<&[String]>
Array of OpenSearch Service domain names that you want information about. If you don't specify any domains, OpenSearch Service returns information about all domains owned by the account.
Trait Implementations§
source§impl Clone for DescribeDomainsInput
impl Clone for DescribeDomainsInput
source§fn clone(&self) -> DescribeDomainsInput
fn clone(&self) -> DescribeDomainsInput
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 DescribeDomainsInput
impl Debug for DescribeDomainsInput
source§impl PartialEq<DescribeDomainsInput> for DescribeDomainsInput
impl PartialEq<DescribeDomainsInput> for DescribeDomainsInput
source§fn eq(&self, other: &DescribeDomainsInput) -> bool
fn eq(&self, other: &DescribeDomainsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.