Struct aws_sdk_securityhub::model::ContainerDetails [−][src]
#[non_exhaustive]pub struct ContainerDetails {
pub name: Option<String>,
pub image_id: Option<String>,
pub image_name: Option<String>,
pub launched_at: Option<String>,
}
Expand description
Container details related to a finding.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the container related to a finding.
image_id: Option<String>
The identifier of the image related to a finding.
image_name: Option<String>
The name of the image related to a finding.
launched_at: Option<String>
Indicates when the container started.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Implementations
The name of the image related to a finding.
Indicates when the container started.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Creates a new builder-style object to manufacture ContainerDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ContainerDetails
impl Send for ContainerDetails
impl Sync for ContainerDetails
impl Unpin for ContainerDetails
impl UnwindSafe for ContainerDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more