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