#[non_exhaustive]pub struct DeleteFargateProfileOutput { /* private fields */ }Implementations§
source§impl DeleteFargateProfileOutput
impl DeleteFargateProfileOutput
sourcepub fn fargate_profile(&self) -> Option<&FargateProfile>
pub fn fargate_profile(&self) -> Option<&FargateProfile>
The deleted Fargate profile.
source§impl DeleteFargateProfileOutput
impl DeleteFargateProfileOutput
sourcepub fn builder() -> DeleteFargateProfileOutputBuilder
pub fn builder() -> DeleteFargateProfileOutputBuilder
Creates a new builder-style object to manufacture DeleteFargateProfileOutput.
Trait Implementations§
source§impl Clone for DeleteFargateProfileOutput
impl Clone for DeleteFargateProfileOutput
source§fn clone(&self) -> DeleteFargateProfileOutput
fn clone(&self) -> DeleteFargateProfileOutput
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 DeleteFargateProfileOutput
impl Debug for DeleteFargateProfileOutput
source§impl PartialEq<DeleteFargateProfileOutput> for DeleteFargateProfileOutput
impl PartialEq<DeleteFargateProfileOutput> for DeleteFargateProfileOutput
source§fn eq(&self, other: &DeleteFargateProfileOutput) -> bool
fn eq(&self, other: &DeleteFargateProfileOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteFargateProfileOutput
impl RequestId for DeleteFargateProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.