pub struct BatchGetApplicationsInput {
pub application_names: Vec<String>,
}
Expand description
Represents the input of a BatchGetApplications
operation.
Fields§
§application_names: Vec<String>
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
Trait Implementations§
Source§impl Clone for BatchGetApplicationsInput
impl Clone for BatchGetApplicationsInput
Source§fn clone(&self) -> BatchGetApplicationsInput
fn clone(&self) -> BatchGetApplicationsInput
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 BatchGetApplicationsInput
impl Debug for BatchGetApplicationsInput
Source§impl Default for BatchGetApplicationsInput
impl Default for BatchGetApplicationsInput
Source§fn default() -> BatchGetApplicationsInput
fn default() -> BatchGetApplicationsInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BatchGetApplicationsInput
Auto Trait Implementations§
impl Freeze for BatchGetApplicationsInput
impl RefUnwindSafe for BatchGetApplicationsInput
impl Send for BatchGetApplicationsInput
impl Sync for BatchGetApplicationsInput
impl Unpin for BatchGetApplicationsInput
impl UnwindSafe for BatchGetApplicationsInput
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