Struct aws_sdk_glue::input::ListTriggersInput
source · #[non_exhaustive]pub struct ListTriggersInput { /* private fields */ }Implementations§
source§impl ListTriggersInput
impl ListTriggersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTriggers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTriggers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListTriggers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTriggersInput.
source§impl ListTriggersInput
impl ListTriggersInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation request.
sourcepub fn dependent_job_name(&self) -> Option<&str>
pub fn dependent_job_name(&self) -> Option<&str>
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum size of a list to return.
Specifies to return only these tagged resources.
Trait Implementations§
source§impl Clone for ListTriggersInput
impl Clone for ListTriggersInput
source§fn clone(&self) -> ListTriggersInput
fn clone(&self) -> ListTriggersInput
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 ListTriggersInput
impl Debug for ListTriggersInput
source§impl PartialEq<ListTriggersInput> for ListTriggersInput
impl PartialEq<ListTriggersInput> for ListTriggersInput
source§fn eq(&self, other: &ListTriggersInput) -> bool
fn eq(&self, other: &ListTriggersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.