#[non_exhaustive]pub struct LaunchTemplateLicenseConfiguration { /* private fields */ }
Expand description
Describes a license configuration.
Implementations§
source§impl LaunchTemplateLicenseConfiguration
impl LaunchTemplateLicenseConfiguration
sourcepub fn license_configuration_arn(&self) -> Option<&str>
pub fn license_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the license configuration.
source§impl LaunchTemplateLicenseConfiguration
impl LaunchTemplateLicenseConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateLicenseConfiguration
.
Trait Implementations§
source§impl Clone for LaunchTemplateLicenseConfiguration
impl Clone for LaunchTemplateLicenseConfiguration
source§fn clone(&self) -> LaunchTemplateLicenseConfiguration
fn clone(&self) -> LaunchTemplateLicenseConfiguration
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<LaunchTemplateLicenseConfiguration> for LaunchTemplateLicenseConfiguration
impl PartialEq<LaunchTemplateLicenseConfiguration> for LaunchTemplateLicenseConfiguration
source§fn eq(&self, other: &LaunchTemplateLicenseConfiguration) -> bool
fn eq(&self, other: &LaunchTemplateLicenseConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.