Class: Aws::DataExchange::Types::UpdateEventActionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::UpdateEventActionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ Types::Action 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
What occurs after a certain event.
 - 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the event action.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the event action was created, in ISO 8601 format.
 - 
  
    
      #event  ⇒ Types::Event 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
What occurs to start an action.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the event action.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the event action was last updated, in ISO 8601 format.
 
Instance Attribute Details
#action ⇒ Types::Action
What occurs after a certain event.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
The ARN for the event action.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date and time that the event action was created, in ISO 8601 format.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#event ⇒ Types::Event
What occurs to start an action.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The unique identifier for the event action.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date and time that the event action was last updated, in ISO 8601 format.
      4205 4206 4207 4208 4209 4210 4211 4212 4213 4214  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 4205 class UpdateEventActionResponse < Struct.new( :action, :arn, :created_at, :event, :id, :updated_at) SENSITIVE = [] include Aws::Structure end  |