[−][src]Struct rusoto_cloudformation::StackResourceSummary
Contains high-level information about the specified stack resource.
Fields
drift_information: Option<StackResourceDriftInformationSummary>
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
last_updated_timestamp: String
Time the status was updated.
logical_resource_id: String
The logical name of the resource specified in the template.
physical_resource_id: Option<String>
The name or unique identifier that corresponds to a physical instance ID of the resource.
resource_status: String
Current status of the resource.
resource_status_reason: Option<String>
Success/failure message associated with the resource.
resource_type: String
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
Trait Implementations
impl PartialEq<StackResourceSummary> for StackResourceSummary
[src]
fn eq(&self, other: &StackResourceSummary) -> bool
[src]
fn ne(&self, other: &StackResourceSummary) -> bool
[src]
impl Default for StackResourceSummary
[src]
fn default() -> StackResourceSummary
[src]
impl Clone for StackResourceSummary
[src]
fn clone(&self) -> StackResourceSummary
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for StackResourceSummary
[src]
Auto Trait Implementations
impl Send for StackResourceSummary
impl Sync for StackResourceSummary
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self