#[non_exhaustive]pub struct CreateRunGroupInput { /* private fields */ }
Implementations§
source§impl CreateRunGroupInput
impl CreateRunGroupInput
sourcepub fn max_duration(&self) -> Option<i32>
pub fn max_duration(&self) -> Option<i32>
A max duration for the group.
Tags for the group.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
A request ID for the group.
source§impl CreateRunGroupInput
impl CreateRunGroupInput
sourcepub fn builder() -> CreateRunGroupInputBuilder
pub fn builder() -> CreateRunGroupInputBuilder
Creates a new builder-style object to manufacture CreateRunGroupInput
.
source§impl CreateRunGroupInput
impl CreateRunGroupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateRunGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateRunGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateRunGroup
>
Trait Implementations§
source§impl Clone for CreateRunGroupInput
impl Clone for CreateRunGroupInput
source§fn clone(&self) -> CreateRunGroupInput
fn clone(&self) -> CreateRunGroupInput
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 CreateRunGroupInput
impl Debug for CreateRunGroupInput
source§impl PartialEq<CreateRunGroupInput> for CreateRunGroupInput
impl PartialEq<CreateRunGroupInput> for CreateRunGroupInput
source§fn eq(&self, other: &CreateRunGroupInput) -> bool
fn eq(&self, other: &CreateRunGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.