#[non_exhaustive]pub struct ListServiceTemplateVersionsInput { /* private fields */ }
Implementations
sourceimpl ListServiceTemplateVersionsInput
impl ListServiceTemplateVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplateVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListServiceTemplateVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListServiceTemplateVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListServiceTemplateVersionsInput
.
sourceimpl ListServiceTemplateVersionsInput
impl ListServiceTemplateVersionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of major or minor versions of a service template to list.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the service template.
sourcepub fn major_version(&self) -> Option<&str>
pub fn major_version(&self) -> Option<&str>
To view a list of minor of versions under a major version of a service template, include major Version
.
To view a list of major versions of a service template, exclude major Version
.
Trait Implementations
sourceimpl Clone for ListServiceTemplateVersionsInput
impl Clone for ListServiceTemplateVersionsInput
sourcefn clone(&self) -> ListServiceTemplateVersionsInput
fn clone(&self) -> ListServiceTemplateVersionsInput
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 moresourceimpl PartialEq<ListServiceTemplateVersionsInput> for ListServiceTemplateVersionsInput
impl PartialEq<ListServiceTemplateVersionsInput> for ListServiceTemplateVersionsInput
sourcefn eq(&self, other: &ListServiceTemplateVersionsInput) -> bool
fn eq(&self, other: &ListServiceTemplateVersionsInput) -> bool
impl StructuralPartialEq for ListServiceTemplateVersionsInput
Auto Trait Implementations
impl RefUnwindSafe for ListServiceTemplateVersionsInput
impl Send for ListServiceTemplateVersionsInput
impl Sync for ListServiceTemplateVersionsInput
impl Unpin for ListServiceTemplateVersionsInput
impl UnwindSafe for ListServiceTemplateVersionsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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