Struct aws_sdk_imagebuilder::model::ImagePackage [−][src]
#[non_exhaustive]pub struct ImagePackage {
pub package_name: Option<String>,
pub package_version: Option<String>,
}
Expand description
Represents a package installed on an Image Builder image.
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.package_name: Option<String>
The name of the package as reported to the operating system package manager.
package_version: Option<String>
The version of the package as reported to the operating system package manager.
Implementations
The name of the package as reported to the operating system package manager.
The version of the package as reported to the operating system package manager.
Creates a new builder-style object to manufacture ImagePackage
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 ImagePackage
impl Send for ImagePackage
impl Sync for ImagePackage
impl Unpin for ImagePackage
impl UnwindSafe for ImagePackage
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