pub struct ApplicationOutputProperties {
pub application_name: Value<String>,
pub output: Value<Output>,
}Expand description
Properties for the ApplicationOutput resource.
Fields§
§application_name: Value<String>Property ApplicationName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
output: Value<Output>Property Output.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ApplicationOutputProperties
impl Debug for ApplicationOutputProperties
Source§impl Default for ApplicationOutputProperties
impl Default for ApplicationOutputProperties
Source§fn default() -> ApplicationOutputProperties
fn default() -> ApplicationOutputProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationOutputProperties
impl<'de> Deserialize<'de> for ApplicationOutputProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<ApplicationOutputProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<ApplicationOutputProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ApplicationOutputProperties> for ApplicationOutput
impl From<ApplicationOutputProperties> for ApplicationOutput
Source§fn from(properties: ApplicationOutputProperties) -> ApplicationOutput
fn from(properties: ApplicationOutputProperties) -> ApplicationOutput
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApplicationOutputProperties
impl RefUnwindSafe for ApplicationOutputProperties
impl Send for ApplicationOutputProperties
impl Sync for ApplicationOutputProperties
impl Unpin for ApplicationOutputProperties
impl UnwindSafe for ApplicationOutputProperties
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