Class: Aws::RDS::Types::ModifyActivityStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyActivityStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audit_policy_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The audit policy state.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
 
Instance Attribute Details
#audit_policy_state ⇒ String
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.
      17074 17075 17076 17077 17078 17079  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17074 class ModifyActivityStreamRequest < Struct.new( :resource_arn, :audit_policy_state) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ 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:db:my-orcl-db`.
      17074 17075 17076 17077 17078 17079  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 17074 class ModifyActivityStreamRequest < Struct.new( :resource_arn, :audit_policy_state) SENSITIVE = [] include Aws::Structure end  |