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