pub struct ListDeploymentConfigsInput {
pub next_token: Option<String>,
}
Expand description
Represents the input of a ListDeploymentConfigs
operation.
Fields§
§next_token: Option<String>
An identifier returned from the previous ListDeploymentConfigs
call. It can be used to return the next set of deployment configurations in the list.
Trait Implementations§
Source§impl Clone for ListDeploymentConfigsInput
impl Clone for ListDeploymentConfigsInput
Source§fn clone(&self) -> ListDeploymentConfigsInput
fn clone(&self) -> ListDeploymentConfigsInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListDeploymentConfigsInput
impl Debug for ListDeploymentConfigsInput
Source§impl Default for ListDeploymentConfigsInput
impl Default for ListDeploymentConfigsInput
Source§fn default() -> ListDeploymentConfigsInput
fn default() -> ListDeploymentConfigsInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListDeploymentConfigsInput
Auto Trait Implementations§
impl Freeze for ListDeploymentConfigsInput
impl RefUnwindSafe for ListDeploymentConfigsInput
impl Send for ListDeploymentConfigsInput
impl Sync for ListDeploymentConfigsInput
impl Unpin for ListDeploymentConfigsInput
impl UnwindSafe for ListDeploymentConfigsInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more