Struct aws_sdk_glue::input::GetTriggersInput
source · #[non_exhaustive]pub struct GetTriggersInput { /* private fields */ }Implementations§
source§impl GetTriggersInput
impl GetTriggersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTriggers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTriggers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTriggers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTriggersInput.
source§impl GetTriggersInput
impl GetTriggersInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
sourcepub fn dependent_job_name(&self) -> Option<&str>
pub fn dependent_job_name(&self) -> Option<&str>
The name of the job to retrieve triggers for. The trigger that can start this job is returned, and 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 the response.
Trait Implementations§
source§impl Clone for GetTriggersInput
impl Clone for GetTriggersInput
source§fn clone(&self) -> GetTriggersInput
fn clone(&self) -> GetTriggersInput
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 GetTriggersInput
impl Debug for GetTriggersInput
source§impl PartialEq<GetTriggersInput> for GetTriggersInput
impl PartialEq<GetTriggersInput> for GetTriggersInput
source§fn eq(&self, other: &GetTriggersInput) -> bool
fn eq(&self, other: &GetTriggersInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.