Class: Aws::CloudWatchEvents::Types::UpdateArchiveRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::UpdateArchiveRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #archive_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the archive to update. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the archive. 
- 
  
    
      #event_pattern  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The event pattern to use to filter events sent to the archive. 
- 
  
    
      #retention_days  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of days to retain events in the archive. 
Instance Attribute Details
#archive_name ⇒ String
The name of the archive to update.
| 4149 4150 4151 4152 4153 4154 4155 4156 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4149 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description for the archive.
| 4149 4150 4151 4152 4153 4154 4155 4156 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4149 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end | 
#event_pattern ⇒ String
The event pattern to use to filter events sent to the archive.
| 4149 4150 4151 4152 4153 4154 4155 4156 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4149 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end | 
#retention_days ⇒ Integer
The number of days to retain events in the archive.
| 4149 4150 4151 4152 4153 4154 4155 4156 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4149 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |