Struct aws_sdk_eks::types::AddonVersionInfo
source · #[non_exhaustive]pub struct AddonVersionInfo { /* private fields */ }Expand description
Information about an add-on version.
Implementations§
source§impl AddonVersionInfo
impl AddonVersionInfo
sourcepub fn addon_version(&self) -> Option<&str>
pub fn addon_version(&self) -> Option<&str>
The version of the add-on.
sourcepub fn architecture(&self) -> Option<&[String]>
pub fn architecture(&self) -> Option<&[String]>
The architectures that the version supports.
sourcepub fn compatibilities(&self) -> Option<&[Compatibility]>
pub fn compatibilities(&self) -> Option<&[Compatibility]>
An object representing the compatibilities of a version.
sourcepub fn requires_configuration(&self) -> bool
pub fn requires_configuration(&self) -> bool
Whether the add-on requires configuration.
source§impl AddonVersionInfo
impl AddonVersionInfo
sourcepub fn builder() -> AddonVersionInfoBuilder
pub fn builder() -> AddonVersionInfoBuilder
Creates a new builder-style object to manufacture AddonVersionInfo.
Trait Implementations§
source§impl Clone for AddonVersionInfo
impl Clone for AddonVersionInfo
source§fn clone(&self) -> AddonVersionInfo
fn clone(&self) -> AddonVersionInfo
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 moresource§impl Debug for AddonVersionInfo
impl Debug for AddonVersionInfo
source§impl PartialEq<AddonVersionInfo> for AddonVersionInfo
impl PartialEq<AddonVersionInfo> for AddonVersionInfo
source§fn eq(&self, other: &AddonVersionInfo) -> bool
fn eq(&self, other: &AddonVersionInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.