Struct aws_sdk_codepipeline::model::JobWorkerExecutorConfiguration [−][src]
#[non_exhaustive]pub struct JobWorkerExecutorConfiguration {
pub polling_accounts: Option<Vec<String>>,
pub polling_service_principals: Option<Vec<String>>,
}
Expand description
Details about the polling configuration for the JobWorker
action engine,
or executor.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.polling_accounts: Option<Vec<String>>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
polling_service_principals: Option<Vec<String>>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
Implementations
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
Creates a new builder-style object to manufacture JobWorkerExecutorConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for JobWorkerExecutorConfiguration
impl Sync for JobWorkerExecutorConfiguration
impl Unpin for JobWorkerExecutorConfiguration
impl UnwindSafe for JobWorkerExecutorConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more