#[non_exhaustive]pub struct DescribeElasticsearchInstanceTypeLimitsInput {
pub domain_name: Option<String>,
pub instance_type: Option<EsPartitionInstanceType>,
pub elasticsearch_version: Option<String>,
}
Expand description
Container for the parameters to
operation. DescribeElasticsearchInstanceTypeLimits
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.domain_name: Option<String>
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch
for existing domain. Limits
instance_type: Option<EsPartitionInstanceType>
The instance type for an Elasticsearch cluster for which Elasticsearch
are needed. Limits
elasticsearch_version: Option<String>
Version of Elasticsearch for which
are needed. Limits
Implementations
sourceimpl DescribeElasticsearchInstanceTypeLimitsInput
impl DescribeElasticsearchInstanceTypeLimitsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeElasticsearchInstanceTypeLimits, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeElasticsearchInstanceTypeLimits, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeElasticsearchInstanceTypeLimits
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeElasticsearchInstanceTypeLimitsInput
sourceimpl DescribeElasticsearchInstanceTypeLimitsInput
impl DescribeElasticsearchInstanceTypeLimitsInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch
for existing domain. Limits
sourcepub fn instance_type(&self) -> Option<&EsPartitionInstanceType>
pub fn instance_type(&self) -> Option<&EsPartitionInstanceType>
The instance type for an Elasticsearch cluster for which Elasticsearch
are needed. Limits
sourcepub fn elasticsearch_version(&self) -> Option<&str>
pub fn elasticsearch_version(&self) -> Option<&str>
Version of Elasticsearch for which
are needed. Limits
Trait Implementations
sourceimpl Clone for DescribeElasticsearchInstanceTypeLimitsInput
impl Clone for DescribeElasticsearchInstanceTypeLimitsInput
sourcefn clone(&self) -> DescribeElasticsearchInstanceTypeLimitsInput
fn clone(&self) -> DescribeElasticsearchInstanceTypeLimitsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<DescribeElasticsearchInstanceTypeLimitsInput> for DescribeElasticsearchInstanceTypeLimitsInput
impl PartialEq<DescribeElasticsearchInstanceTypeLimitsInput> for DescribeElasticsearchInstanceTypeLimitsInput
sourcefn eq(&self, other: &DescribeElasticsearchInstanceTypeLimitsInput) -> bool
fn eq(&self, other: &DescribeElasticsearchInstanceTypeLimitsInput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DescribeElasticsearchInstanceTypeLimitsInput) -> bool
fn ne(&self, other: &DescribeElasticsearchInstanceTypeLimitsInput) -> bool
This method tests for !=
.
impl StructuralPartialEq for DescribeElasticsearchInstanceTypeLimitsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeElasticsearchInstanceTypeLimitsInput
impl Send for DescribeElasticsearchInstanceTypeLimitsInput
impl Sync for DescribeElasticsearchInstanceTypeLimitsInput
impl Unpin for DescribeElasticsearchInstanceTypeLimitsInput
impl UnwindSafe for DescribeElasticsearchInstanceTypeLimitsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more