pub struct LayerVersionContentOutput {
pub location: Option<String>,
pub code_sha256: Option<String>,
pub code_size: Option<Long>,
pub signing_profile_version_arn: Option<String>,
pub signing_job_arn: Option<String>,
}Fields§
§location: Option<String>§code_sha256: Option<String>§code_size: Option<Long>§signing_profile_version_arn: Option<String>§signing_job_arn: Option<String>Trait Implementations§
Source§impl Debug for LayerVersionContentOutput
impl Debug for LayerVersionContentOutput
Source§impl Default for LayerVersionContentOutput
impl Default for LayerVersionContentOutput
Source§fn default() -> LayerVersionContentOutput
fn default() -> LayerVersionContentOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LayerVersionContentOutput
impl<'de> Deserialize<'de> for LayerVersionContentOutput
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
Auto Trait Implementations§
impl Freeze for LayerVersionContentOutput
impl RefUnwindSafe for LayerVersionContentOutput
impl Send for LayerVersionContentOutput
impl Sync for LayerVersionContentOutput
impl Unpin for LayerVersionContentOutput
impl UnwindSafe for LayerVersionContentOutput
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