pub struct RecordColumn {
pub mapping: Option<Value<String>>,
pub name: Value<String>,
pub sql_type: Value<String>,
}Expand description
The AWS::KinesisAnalytics::ApplicationReferenceDataSource.RecordColumn property type.
Fields§
§mapping: Option<Value<String>>Property Mapping.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
name: Value<String>Property Name.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
sql_type: Value<String>Property SqlType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for RecordColumn
impl Debug for RecordColumn
Source§impl Default for RecordColumn
impl Default for RecordColumn
Source§fn default() -> RecordColumn
fn default() -> RecordColumn
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecordColumn
impl RefUnwindSafe for RecordColumn
impl Send for RecordColumn
impl Sync for RecordColumn
impl Unpin for RecordColumn
impl UnwindSafe for RecordColumn
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