Class: Aws::CloudWatchEvents::Types::UpdateApiDestinationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::UpdateApiDestinationResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #api_destination_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the API destination that was updated. 
- 
  
    
      #api_destination_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the API destination that was updated. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A time stamp for the time that the API destination was created. 
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A time stamp for the time that the API destination was last modified. 
Instance Attribute Details
#api_destination_arn ⇒ String
The ARN of the API destination that was updated.
| 4122 4123 4124 4125 4126 4127 4128 4129 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4122 class UpdateApiDestinationResponse < Struct.new( :api_destination_arn, :api_destination_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#api_destination_state ⇒ String
The state of the API destination that was updated.
| 4122 4123 4124 4125 4126 4127 4128 4129 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4122 class UpdateApiDestinationResponse < Struct.new( :api_destination_arn, :api_destination_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
A time stamp for the time that the API destination was created.
| 4122 4123 4124 4125 4126 4127 4128 4129 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4122 class UpdateApiDestinationResponse < Struct.new( :api_destination_arn, :api_destination_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end | 
#last_modified_time ⇒ Time
A time stamp for the time that the API destination was last modified.
| 4122 4123 4124 4125 4126 4127 4128 4129 | # File 'lib/aws-sdk-cloudwatchevents/types.rb', line 4122 class UpdateApiDestinationResponse < Struct.new( :api_destination_arn, :api_destination_state, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |