pub struct ListBootstrapActionsInput {
pub cluster_id: String,
pub marker: Option<String>,
}
Expand description
This input determines which bootstrap actions to retrieve.
Fields§
§cluster_id: String
The cluster identifier for the bootstrap actions to list.
marker: Option<String>
The pagination token that indicates the next set of results to retrieve.
Trait Implementations§
Source§impl Clone for ListBootstrapActionsInput
impl Clone for ListBootstrapActionsInput
Source§fn clone(&self) -> ListBootstrapActionsInput
fn clone(&self) -> ListBootstrapActionsInput
Returns a copy 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 ListBootstrapActionsInput
impl Debug for ListBootstrapActionsInput
Source§impl Default for ListBootstrapActionsInput
impl Default for ListBootstrapActionsInput
Source§fn default() -> ListBootstrapActionsInput
fn default() -> ListBootstrapActionsInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListBootstrapActionsInput
Auto Trait Implementations§
impl Freeze for ListBootstrapActionsInput
impl RefUnwindSafe for ListBootstrapActionsInput
impl Send for ListBootstrapActionsInput
impl Sync for ListBootstrapActionsInput
impl Unpin for ListBootstrapActionsInput
impl UnwindSafe for ListBootstrapActionsInput
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