Struct aws_sdk_proton::input::UpdateServiceInput
source · #[non_exhaustive]pub struct UpdateServiceInput { /* private fields */ }
Implementations§
source§impl UpdateServiceInput
impl UpdateServiceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateService, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateService, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateService
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceInput
.
source§impl UpdateServiceInput
impl UpdateServiceInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The edited service description.
sourcepub fn spec(&self) -> Option<&str>
pub fn spec(&self) -> Option<&str>
Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.
Trait Implementations§
source§impl Clone for UpdateServiceInput
impl Clone for UpdateServiceInput
source§fn clone(&self) -> UpdateServiceInput
fn clone(&self) -> UpdateServiceInput
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 UpdateServiceInput
impl Debug for UpdateServiceInput
source§impl PartialEq<UpdateServiceInput> for UpdateServiceInput
impl PartialEq<UpdateServiceInput> for UpdateServiceInput
source§fn eq(&self, other: &UpdateServiceInput) -> bool
fn eq(&self, other: &UpdateServiceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.