Struct aws_sdk_elasticsearch::output::ListElasticsearchVersionsOutput [−][src]
#[non_exhaustive]pub struct ListElasticsearchVersionsOutput {
pub elasticsearch_versions: Option<Vec<String>>,
pub next_token: Option<String>,
}
Expand description
Container for the parameters for response received from
operation. ListElasticsearchVersions
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.elasticsearch_versions: Option<Vec<String>>
List of supported elastic search versions.
next_token: Option<String>
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Implementations
List of supported elastic search versions.
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Creates a new builder-style object to manufacture ListElasticsearchVersionsOutput
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 Send for ListElasticsearchVersionsOutput
impl Sync for ListElasticsearchVersionsOutput
impl Unpin for ListElasticsearchVersionsOutput
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