Class: Aws::RDS::Types::StopActivityStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::StopActivityStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #apply_immediately  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
 
Instance Attribute Details
#apply_immediately ⇒ Boolean
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the maintenance window for the database.
      27487 27488 27489 27490 27491 27492  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27487 class StopActivityStreamRequest < Struct.new( :resource_arn, :apply_immediately) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, ‘arn:aws:rds:us-east-1:12345667890:cluster:das-cluster`.
      27487 27488 27489 27490 27491 27492  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 27487 class StopActivityStreamRequest < Struct.new( :resource_arn, :apply_immediately) SENSITIVE = [] include Aws::Structure end  |