pub struct LaunchTemplateLicenseConfiguration {
pub license_configuration_arn: Option<String>,
}Expand description
Describes a license configuration.
Fields§
§license_configuration_arn: Option<String>The Amazon Resource Name (ARN) of the license configuration.
Trait Implementations§
Source§impl Clone for LaunchTemplateLicenseConfiguration
impl Clone for LaunchTemplateLicenseConfiguration
Source§fn clone(&self) -> LaunchTemplateLicenseConfiguration
fn clone(&self) -> LaunchTemplateLicenseConfiguration
Returns a duplicate 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 Default for LaunchTemplateLicenseConfiguration
impl Default for LaunchTemplateLicenseConfiguration
Source§fn default() -> LaunchTemplateLicenseConfiguration
fn default() -> LaunchTemplateLicenseConfiguration
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplateLicenseConfiguration
impl PartialEq for LaunchTemplateLicenseConfiguration
Source§fn eq(&self, other: &LaunchTemplateLicenseConfiguration) -> bool
fn eq(&self, other: &LaunchTemplateLicenseConfiguration) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaunchTemplateLicenseConfiguration
Auto Trait Implementations§
impl Freeze for LaunchTemplateLicenseConfiguration
impl RefUnwindSafe for LaunchTemplateLicenseConfiguration
impl Send for LaunchTemplateLicenseConfiguration
impl Sync for LaunchTemplateLicenseConfiguration
impl Unpin for LaunchTemplateLicenseConfiguration
impl UnwindSafe for LaunchTemplateLicenseConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more