#[non_exhaustive]pub struct ModifyActivityStreamInput {
    pub resource_arn: Option<String>,
    pub audit_policy_state: Option<AuditPolicyState>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.resource_arn: Option<String>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db.
audit_policy_state: Option<AuditPolicyState>The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
Implementations§
source§impl ModifyActivityStreamInput
 
impl ModifyActivityStreamInput
sourcepub fn resource_arn(&self) -> Option<&str>
 
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db.
sourcepub fn audit_policy_state(&self) -> Option<&AuditPolicyState>
 
pub fn audit_policy_state(&self) -> Option<&AuditPolicyState>
The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.
source§impl ModifyActivityStreamInput
 
impl ModifyActivityStreamInput
sourcepub fn builder() -> ModifyActivityStreamInputBuilder
 
pub fn builder() -> ModifyActivityStreamInputBuilder
Creates a new builder-style object to manufacture ModifyActivityStreamInput.
Trait Implementations§
source§impl Clone for ModifyActivityStreamInput
 
impl Clone for ModifyActivityStreamInput
source§fn clone(&self) -> ModifyActivityStreamInput
 
fn clone(&self) -> ModifyActivityStreamInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ModifyActivityStreamInput
 
impl Debug for ModifyActivityStreamInput
source§impl PartialEq for ModifyActivityStreamInput
 
impl PartialEq for ModifyActivityStreamInput
source§fn eq(&self, other: &ModifyActivityStreamInput) -> bool
 
fn eq(&self, other: &ModifyActivityStreamInput) -> bool
self and other values to be equal, and is used
by ==.