Class: Aws::CloudWatchEvents::Types::UpdateArchiveResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::UpdateArchiveResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #archive_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the archive. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the archive was updated. 
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the archive. 
- 
  
    
      #state_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reason that the archive is in the current state. 
Instance Attribute Details
#archive_arn ⇒ String
The ARN of the archive.
| 4176 4177 4178 4179 4180 4181 4182 4183 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
The time at which the archive was updated.
| 4176 4177 4178 4179 4180 4181 4182 4183 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end | 
#state ⇒ String
The state of the archive.
| 4176 4177 4178 4179 4180 4181 4182 4183 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end | 
#state_reason ⇒ String
The reason that the archive is in the current state.
| 4176 4177 4178 4179 4180 4181 4182 4183 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4176 class UpdateArchiveResponse < Struct.new( :archive_arn, :state, :state_reason, :creation_time) SENSITIVE = [] include Aws::Structure end |