pub struct StartImagePipelineExecutionRequest {
pub client_token: String,
pub image_pipeline_arn: String,
}
Fields§
§client_token: String
The idempotency token used to make this request idempotent.
image_pipeline_arn: String
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
Trait Implementations§
Source§impl Clone for StartImagePipelineExecutionRequest
impl Clone for StartImagePipelineExecutionRequest
Source§fn clone(&self) -> StartImagePipelineExecutionRequest
fn clone(&self) -> StartImagePipelineExecutionRequest
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 Default for StartImagePipelineExecutionRequest
impl Default for StartImagePipelineExecutionRequest
Source§fn default() -> StartImagePipelineExecutionRequest
fn default() -> StartImagePipelineExecutionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StartImagePipelineExecutionRequest
impl PartialEq for StartImagePipelineExecutionRequest
Source§fn eq(&self, other: &StartImagePipelineExecutionRequest) -> bool
fn eq(&self, other: &StartImagePipelineExecutionRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StartImagePipelineExecutionRequest
Auto Trait Implementations§
impl Freeze for StartImagePipelineExecutionRequest
impl RefUnwindSafe for StartImagePipelineExecutionRequest
impl Send for StartImagePipelineExecutionRequest
impl Sync for StartImagePipelineExecutionRequest
impl Unpin for StartImagePipelineExecutionRequest
impl UnwindSafe for StartImagePipelineExecutionRequest
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