#[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§
source§impl 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).
source§impl RemediationExceptionResourceKey
impl RemediationExceptionResourceKey
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemediationExceptionResourceKey.
Trait Implementations§
source§impl Clone for RemediationExceptionResourceKey
impl Clone for RemediationExceptionResourceKey
source§fn clone(&self) -> RemediationExceptionResourceKey
fn clone(&self) -> RemediationExceptionResourceKey
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 more