Struct aws_sdk_databrew::input::UpdateProjectInput [−][src]
#[non_exhaustive]pub struct UpdateProjectInput {
pub sample: Option<Sample>,
pub role_arn: Option<String>,
pub name: Option<String>,
}
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.sample: Option<Sample>
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
role_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
name: Option<String>
The name of the project to be updated.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateProject, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateProject
>
Creates a new builder-style object to manufacture UpdateProjectInput
Represents the sample size and sampling type for DataBrew to use for interactive data analysis.
The Amazon Resource Name (ARN) of the IAM role to be assumed for this request.
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 RefUnwindSafe for UpdateProjectInput
impl Send for UpdateProjectInput
impl Sync for UpdateProjectInput
impl Unpin for UpdateProjectInput
impl UnwindSafe for UpdateProjectInput
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