Struct aws_sdk_glue::input::GetWorkflowRunsInput
source · #[non_exhaustive]pub struct GetWorkflowRunsInput { /* private fields */ }Implementations§
source§impl GetWorkflowRunsInput
impl GetWorkflowRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetWorkflowRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetWorkflowRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetWorkflowRuns>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetWorkflowRunsInput.
source§impl GetWorkflowRunsInput
impl GetWorkflowRunsInput
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
Name of the workflow whose metadata of runs should be returned.
sourcepub fn include_graph(&self) -> Option<bool>
pub fn include_graph(&self) -> Option<bool>
Specifies whether to include the workflow graph in response or not.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The maximum size of the response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of workflow runs to be included in the response.
Trait Implementations§
source§impl Clone for GetWorkflowRunsInput
impl Clone for GetWorkflowRunsInput
source§fn clone(&self) -> GetWorkflowRunsInput
fn clone(&self) -> GetWorkflowRunsInput
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 GetWorkflowRunsInput
impl Debug for GetWorkflowRunsInput
source§impl PartialEq<GetWorkflowRunsInput> for GetWorkflowRunsInput
impl PartialEq<GetWorkflowRunsInput> for GetWorkflowRunsInput
source§fn eq(&self, other: &GetWorkflowRunsInput) -> bool
fn eq(&self, other: &GetWorkflowRunsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.