Struct aws_sdk_proton::operation::get_service_sync_blocker_summary::GetServiceSyncBlockerSummaryInput
source · #[non_exhaustive]pub struct GetServiceSyncBlockerSummaryInput { /* private fields */ }
Implementations§
source§impl GetServiceSyncBlockerSummaryInput
impl GetServiceSyncBlockerSummaryInput
sourcepub fn service_name(&self) -> Option<&str>
pub fn service_name(&self) -> Option<&str>
The name of the service that you want to get the service sync blocker summary for. If given only the service name, all instances are blocked.
sourcepub fn service_instance_name(&self) -> Option<&str>
pub fn service_instance_name(&self) -> Option<&str>
The name of the service instance that you want to get the service sync blocker summary for. If given bothe the instance name and the service name, only the instance is blocked.
source§impl GetServiceSyncBlockerSummaryInput
impl GetServiceSyncBlockerSummaryInput
sourcepub fn builder() -> GetServiceSyncBlockerSummaryInputBuilder
pub fn builder() -> GetServiceSyncBlockerSummaryInputBuilder
Creates a new builder-style object to manufacture GetServiceSyncBlockerSummaryInput
.
source§impl GetServiceSyncBlockerSummaryInput
impl GetServiceSyncBlockerSummaryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceSyncBlockerSummary, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetServiceSyncBlockerSummary, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceSyncBlockerSummary
>
Trait Implementations§
source§impl Clone for GetServiceSyncBlockerSummaryInput
impl Clone for GetServiceSyncBlockerSummaryInput
source§fn clone(&self) -> GetServiceSyncBlockerSummaryInput
fn clone(&self) -> GetServiceSyncBlockerSummaryInput
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 PartialEq<GetServiceSyncBlockerSummaryInput> for GetServiceSyncBlockerSummaryInput
impl PartialEq<GetServiceSyncBlockerSummaryInput> for GetServiceSyncBlockerSummaryInput
source§fn eq(&self, other: &GetServiceSyncBlockerSummaryInput) -> bool
fn eq(&self, other: &GetServiceSyncBlockerSummaryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.