Struct aws_sdk_proton::input::ListEnvironmentsInput
source · [−]#[non_exhaustive]pub struct ListEnvironmentsInput { /* private fields */ }
Implementations
sourceimpl ListEnvironmentsInput
impl ListEnvironmentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironments, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEnvironments, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEnvironments
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEnvironmentsInput
.
sourceimpl ListEnvironmentsInput
impl ListEnvironmentsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates the location of the next environment in the array of environments, after the list of environments that was previously requested.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of environments to list.
sourcepub fn environment_templates(&self) -> Option<&[EnvironmentTemplateFilter]>
pub fn environment_templates(&self) -> Option<&[EnvironmentTemplateFilter]>
An array of the versions of the environment template.
Trait Implementations
sourceimpl Clone for ListEnvironmentsInput
impl Clone for ListEnvironmentsInput
sourcefn clone(&self) -> ListEnvironmentsInput
fn clone(&self) -> ListEnvironmentsInput
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 Debug for ListEnvironmentsInput
impl Debug for ListEnvironmentsInput
sourceimpl PartialEq<ListEnvironmentsInput> for ListEnvironmentsInput
impl PartialEq<ListEnvironmentsInput> for ListEnvironmentsInput
sourcefn eq(&self, other: &ListEnvironmentsInput) -> bool
fn eq(&self, other: &ListEnvironmentsInput) -> bool
impl StructuralPartialEq for ListEnvironmentsInput
Auto Trait Implementations
impl RefUnwindSafe for ListEnvironmentsInput
impl Send for ListEnvironmentsInput
impl Sync for ListEnvironmentsInput
impl Unpin for ListEnvironmentsInput
impl UnwindSafe for ListEnvironmentsInput
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