pub struct LicenseSpecification {
pub license_configuration_arn: String,
}Expand description
Details for associating a license configuration with a resource.
Fields§
§license_configuration_arn: StringAmazon Resource Name (ARN) of the license configuration.
Trait Implementations§
Source§impl Clone for LicenseSpecification
impl Clone for LicenseSpecification
Source§fn clone(&self) -> LicenseSpecification
fn clone(&self) -> LicenseSpecification
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 Debug for LicenseSpecification
impl Debug for LicenseSpecification
Source§impl Default for LicenseSpecification
impl Default for LicenseSpecification
Source§fn default() -> LicenseSpecification
fn default() -> LicenseSpecification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LicenseSpecification
impl<'de> Deserialize<'de> for LicenseSpecification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LicenseSpecification
impl PartialEq for LicenseSpecification
Source§impl Serialize for LicenseSpecification
impl Serialize for LicenseSpecification
impl StructuralPartialEq for LicenseSpecification
Auto Trait Implementations§
impl Freeze for LicenseSpecification
impl RefUnwindSafe for LicenseSpecification
impl Send for LicenseSpecification
impl Sync for LicenseSpecification
impl Unpin for LicenseSpecification
impl UnwindSafe for LicenseSpecification
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