#[non_exhaustive]pub struct AwsEc2LaunchTemplateDataLicenseSetDetails { /* private fields */ }
Expand description
Provides details about the license configuration for an Amazon EC2 instance.
Implementations§
source§impl AwsEc2LaunchTemplateDataLicenseSetDetails
impl AwsEc2LaunchTemplateDataLicenseSetDetails
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 AwsEc2LaunchTemplateDataLicenseSetDetails
impl AwsEc2LaunchTemplateDataLicenseSetDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2LaunchTemplateDataLicenseSetDetails
.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataLicenseSetDetails
impl Clone for AwsEc2LaunchTemplateDataLicenseSetDetails
source§fn clone(&self) -> AwsEc2LaunchTemplateDataLicenseSetDetails
fn clone(&self) -> AwsEc2LaunchTemplateDataLicenseSetDetails
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<AwsEc2LaunchTemplateDataLicenseSetDetails> for AwsEc2LaunchTemplateDataLicenseSetDetails
impl PartialEq<AwsEc2LaunchTemplateDataLicenseSetDetails> for AwsEc2LaunchTemplateDataLicenseSetDetails
source§fn eq(&self, other: &AwsEc2LaunchTemplateDataLicenseSetDetails) -> bool
fn eq(&self, other: &AwsEc2LaunchTemplateDataLicenseSetDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.