#[non_exhaustive]pub struct ChangeSetHookResourceTargetDetails { /* private fields */ }Expand description
Specifies RESOURCE type target details for activated hooks.
Implementations
sourceimpl ChangeSetHookResourceTargetDetails
impl ChangeSetHookResourceTargetDetails
sourcepub fn logical_resource_id(&self) -> Option<&str>
pub fn logical_resource_id(&self) -> Option<&str>
The resource's logical ID, which is defined in the stack's template.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of CloudFormation resource, such as AWS::S3::Bucket.
sourcepub fn resource_action(&self) -> Option<&ChangeAction>
pub fn resource_action(&self) -> Option<&ChangeAction>
Specifies the action of the resource.
sourceimpl ChangeSetHookResourceTargetDetails
impl ChangeSetHookResourceTargetDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeSetHookResourceTargetDetails.
Trait Implementations
sourceimpl Clone for ChangeSetHookResourceTargetDetails
impl Clone for ChangeSetHookResourceTargetDetails
sourcefn clone(&self) -> ChangeSetHookResourceTargetDetails
fn clone(&self) -> ChangeSetHookResourceTargetDetails
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<ChangeSetHookResourceTargetDetails> for ChangeSetHookResourceTargetDetails
impl PartialEq<ChangeSetHookResourceTargetDetails> for ChangeSetHookResourceTargetDetails
sourcefn eq(&self, other: &ChangeSetHookResourceTargetDetails) -> bool
fn eq(&self, other: &ChangeSetHookResourceTargetDetails) -> bool
impl StructuralPartialEq for ChangeSetHookResourceTargetDetails
Auto Trait Implementations
impl RefUnwindSafe for ChangeSetHookResourceTargetDetails
impl Send for ChangeSetHookResourceTargetDetails
impl Sync for ChangeSetHookResourceTargetDetails
impl Unpin for ChangeSetHookResourceTargetDetails
impl UnwindSafe for ChangeSetHookResourceTargetDetails
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