#[non_exhaustive]pub struct RemediationExceptionResourceKey { /* private fields */ }Expand description
The details that identify a resource within Config, including the resource type and resource ID.
Implementations
sourceimpl RemediationExceptionResourceKey
impl RemediationExceptionResourceKey
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of a resource.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource (for example., sg-xxxxxx).
sourceimpl RemediationExceptionResourceKey
impl RemediationExceptionResourceKey
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemediationExceptionResourceKey.
Trait Implementations
sourceimpl Clone for RemediationExceptionResourceKey
impl Clone for RemediationExceptionResourceKey
sourcefn clone(&self) -> RemediationExceptionResourceKey
fn clone(&self) -> RemediationExceptionResourceKey
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<RemediationExceptionResourceKey> for RemediationExceptionResourceKey
impl PartialEq<RemediationExceptionResourceKey> for RemediationExceptionResourceKey
sourcefn eq(&self, other: &RemediationExceptionResourceKey) -> bool
fn eq(&self, other: &RemediationExceptionResourceKey) -> bool
impl StructuralPartialEq for RemediationExceptionResourceKey
Auto Trait Implementations
impl RefUnwindSafe for RemediationExceptionResourceKey
impl Send for RemediationExceptionResourceKey
impl Sync for RemediationExceptionResourceKey
impl Unpin for RemediationExceptionResourceKey
impl UnwindSafe for RemediationExceptionResourceKey
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