Struct aws_sdk_eks::operation::describe_addon_configuration::DescribeAddonConfigurationOutput
source · #[non_exhaustive]pub struct DescribeAddonConfigurationOutput { /* private fields */ }Implementations§
source§impl DescribeAddonConfigurationOutput
impl DescribeAddonConfigurationOutput
sourcepub fn addon_name(&self) -> Option<&str>
pub fn addon_name(&self) -> Option<&str>
The name of the add-on.
sourcepub fn addon_version(&self) -> Option<&str>
pub fn addon_version(&self) -> Option<&str>
The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .
sourcepub fn configuration_schema(&self) -> Option<&str>
pub fn configuration_schema(&self) -> Option<&str>
A JSON schema that's used to validate the configuration values that you provide when an addon is created or updated.
source§impl DescribeAddonConfigurationOutput
impl DescribeAddonConfigurationOutput
sourcepub fn builder() -> DescribeAddonConfigurationOutputBuilder
pub fn builder() -> DescribeAddonConfigurationOutputBuilder
Creates a new builder-style object to manufacture DescribeAddonConfigurationOutput.
Trait Implementations§
source§impl Clone for DescribeAddonConfigurationOutput
impl Clone for DescribeAddonConfigurationOutput
source§fn clone(&self) -> DescribeAddonConfigurationOutput
fn clone(&self) -> DescribeAddonConfigurationOutput
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 PartialEq<DescribeAddonConfigurationOutput> for DescribeAddonConfigurationOutput
impl PartialEq<DescribeAddonConfigurationOutput> for DescribeAddonConfigurationOutput
source§fn eq(&self, other: &DescribeAddonConfigurationOutput) -> bool
fn eq(&self, other: &DescribeAddonConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeAddonConfigurationOutput
impl RequestId for DescribeAddonConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.