pub struct LoggingOptionsPayload {
pub log_level: Option<String>,
pub role_arn: String,
}Expand description
Describes the logging options payload.
Fields§
§log_level: Option<String>The log level.
role_arn: StringThe ARN of the IAM role that grants access.
Trait Implementations§
Source§impl Clone for LoggingOptionsPayload
impl Clone for LoggingOptionsPayload
Source§fn clone(&self) -> LoggingOptionsPayload
fn clone(&self) -> LoggingOptionsPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoggingOptionsPayload
impl Debug for LoggingOptionsPayload
Source§impl Default for LoggingOptionsPayload
impl Default for LoggingOptionsPayload
Source§fn default() -> LoggingOptionsPayload
fn default() -> LoggingOptionsPayload
Returns the “default value” for a type. Read more
Source§impl PartialEq for LoggingOptionsPayload
impl PartialEq for LoggingOptionsPayload
Source§impl Serialize for LoggingOptionsPayload
impl Serialize for LoggingOptionsPayload
impl StructuralPartialEq for LoggingOptionsPayload
Auto Trait Implementations§
impl Freeze for LoggingOptionsPayload
impl RefUnwindSafe for LoggingOptionsPayload
impl Send for LoggingOptionsPayload
impl Sync for LoggingOptionsPayload
impl Unpin for LoggingOptionsPayload
impl UnwindSafe for LoggingOptionsPayload
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