#[non_exhaustive]pub struct GetServiceLinkedRoleDeletionStatusInput { /* private fields */ }Implementations
sourceimpl GetServiceLinkedRoleDeletionStatusInput
impl GetServiceLinkedRoleDeletionStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceLinkedRoleDeletionStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceLinkedRoleDeletionStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceLinkedRoleDeletionStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetServiceLinkedRoleDeletionStatusInput.
sourceimpl GetServiceLinkedRoleDeletionStatusInput
impl GetServiceLinkedRoleDeletionStatusInput
sourcepub fn deletion_task_id(&self) -> Option<&str>
pub fn deletion_task_id(&self) -> Option<&str>
The deletion task identifier. This identifier is returned by the DeleteServiceLinkedRole operation in the format task/aws-service-role/
.
Trait Implementations
sourceimpl Clone for GetServiceLinkedRoleDeletionStatusInput
impl Clone for GetServiceLinkedRoleDeletionStatusInput
sourcefn clone(&self) -> GetServiceLinkedRoleDeletionStatusInput
fn clone(&self) -> GetServiceLinkedRoleDeletionStatusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetServiceLinkedRoleDeletionStatusInput> for GetServiceLinkedRoleDeletionStatusInput
impl PartialEq<GetServiceLinkedRoleDeletionStatusInput> for GetServiceLinkedRoleDeletionStatusInput
sourcefn eq(&self, other: &GetServiceLinkedRoleDeletionStatusInput) -> bool
fn eq(&self, other: &GetServiceLinkedRoleDeletionStatusInput) -> bool
impl StructuralPartialEq for GetServiceLinkedRoleDeletionStatusInput
Auto Trait Implementations
impl RefUnwindSafe for GetServiceLinkedRoleDeletionStatusInput
impl Send for GetServiceLinkedRoleDeletionStatusInput
impl Sync for GetServiceLinkedRoleDeletionStatusInput
impl Unpin for GetServiceLinkedRoleDeletionStatusInput
impl UnwindSafe for GetServiceLinkedRoleDeletionStatusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more