Struct aws_sdk_eks::model::MarketplaceInformation
source · #[non_exhaustive]pub struct MarketplaceInformation { /* private fields */ }
Expand description
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
Implementations§
source§impl MarketplaceInformation
impl MarketplaceInformation
sourcepub fn product_id(&self) -> Option<&str>
pub fn product_id(&self) -> Option<&str>
The product ID from the Amazon Web Services Marketplace.
sourcepub fn product_url(&self) -> Option<&str>
pub fn product_url(&self) -> Option<&str>
The product URL from the Amazon Web Services Marketplace.
source§impl MarketplaceInformation
impl MarketplaceInformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MarketplaceInformation
.
Trait Implementations§
source§impl Clone for MarketplaceInformation
impl Clone for MarketplaceInformation
source§fn clone(&self) -> MarketplaceInformation
fn clone(&self) -> MarketplaceInformation
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 MarketplaceInformation
impl Debug for MarketplaceInformation
source§impl PartialEq<MarketplaceInformation> for MarketplaceInformation
impl PartialEq<MarketplaceInformation> for MarketplaceInformation
source§fn eq(&self, other: &MarketplaceInformation) -> bool
fn eq(&self, other: &MarketplaceInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.