[][src]Struct rusoto_es::DescribeElasticsearchInstanceTypeLimitsRequest

pub struct DescribeElasticsearchInstanceTypeLimitsRequest {
    pub domain_name: Option<String>,
    pub elasticsearch_version: String,
    pub instance_type: String,
}

Container for the parameters to DescribeElasticsearchInstanceTypeLimits operation.

Fields

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 Limits for existing domain.

elasticsearch_version: String

Version of Elasticsearch for which Limits are needed.

instance_type: String

The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed.

Trait Implementations

impl Clone for DescribeElasticsearchInstanceTypeLimitsRequest[src]

impl Debug for DescribeElasticsearchInstanceTypeLimitsRequest[src]

impl Default for DescribeElasticsearchInstanceTypeLimitsRequest[src]

impl PartialEq<DescribeElasticsearchInstanceTypeLimitsRequest> for DescribeElasticsearchInstanceTypeLimitsRequest[src]

impl Serialize for DescribeElasticsearchInstanceTypeLimitsRequest[src]

impl StructuralPartialEq for DescribeElasticsearchInstanceTypeLimitsRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.