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.
| 16733 16734 16735 16736 16737 16738 | # File 'lib/aws-sdk-rds/types.rb', line 16733 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`.
| 16733 16734 16735 16736 16737 16738 | # File 'lib/aws-sdk-rds/types.rb', line 16733 class ModifyActivityStreamRequest < Struct.new( :resource_arn, :audit_policy_state) SENSITIVE = [] include Aws::Structure end |