Struct aws_sdk_omics::input::StartRunInput
source · #[non_exhaustive]pub struct StartRunInput { /* private fields */ }
Implementations§
source§impl StartRunInput
impl StartRunInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartRun
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartRunInput
.
source§impl StartRunInput
impl StartRunInput
sourcepub fn workflow_id(&self) -> Option<&str>
pub fn workflow_id(&self) -> Option<&str>
The run's workflow ID.
sourcepub fn workflow_type(&self) -> Option<&WorkflowType>
pub fn workflow_type(&self) -> Option<&WorkflowType>
The run's workflows type.
sourcepub fn run_group_id(&self) -> Option<&str>
pub fn run_group_id(&self) -> Option<&str>
The run's group ID.
sourcepub fn parameters(&self) -> Option<&Document>
pub fn parameters(&self) -> Option<&Document>
Parameters for the run.
sourcepub fn storage_capacity(&self) -> Option<i32>
pub fn storage_capacity(&self) -> Option<i32>
A storage capacity for the run.
sourcepub fn output_uri(&self) -> Option<&str>
pub fn output_uri(&self) -> Option<&str>
An output URI for the run.
sourcepub fn log_level(&self) -> Option<&RunLogLevel>
pub fn log_level(&self) -> Option<&RunLogLevel>
A log level for the run.
Tags for the run.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
A request ID for the run.
Trait Implementations§
source§impl Clone for StartRunInput
impl Clone for StartRunInput
source§fn clone(&self) -> StartRunInput
fn clone(&self) -> StartRunInput
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 StartRunInput
impl Debug for StartRunInput
source§impl PartialEq<StartRunInput> for StartRunInput
impl PartialEq<StartRunInput> for StartRunInput
source§fn eq(&self, other: &StartRunInput) -> bool
fn eq(&self, other: &StartRunInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.