pub struct Application { /* private fields */ }Expand description
The AWS::CodeDeploy::Application resource type.
Trait Implementations§
Source§impl Debug for Application
impl Debug for Application
Source§impl Default for Application
impl Default for Application
Source§fn default() -> Application
fn default() -> Application
Returns the “default value” for a type. Read more
Source§impl From<ApplicationProperties> for Application
impl From<ApplicationProperties> for Application
Source§fn from(properties: ApplicationProperties) -> Application
fn from(properties: ApplicationProperties) -> Application
Converts to this type from the input type.
Source§impl Resource for Application
impl Resource for Application
Source§const TYPE: &'static str = "AWS::CodeDeploy::Application"
const TYPE: &'static str = "AWS::CodeDeploy::Application"
Uniquely identifies the resource type.
Source§type Properties = ApplicationProperties
type Properties = ApplicationProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ApplicationProperties
fn properties(&self) -> &ApplicationProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ApplicationProperties
fn properties_mut(&mut self) -> &mut ApplicationProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Application
impl RefUnwindSafe for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
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