Class: Aws::Neptune::Types::Event
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::Event
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
This data type is used as a response element in the DescribeEvents action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the date and time of the event.
 - 
  
    
      #event_categories  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the category for the event.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the text of this event.
 - 
  
    
      #source_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the event.
 - 
  
    
      #source_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides the identifier for the source of the event.
 - 
  
    
      #source_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the source type for this event.
 
Instance Attribute Details
#date ⇒ Time
Specifies the date and time of the event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#event_categories ⇒ Array<String>
Specifies the category for the event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
Provides the text of this event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#source_arn ⇒ String
The Amazon Resource Name (ARN) for the event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#source_identifier ⇒ String
Provides the identifier for the source of the event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#source_type ⇒ String
Specifies the source type for this event.
      4997 4998 4999 5000 5001 5002 5003 5004 5005 5006  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 4997 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :date, :source_arn) SENSITIVE = [] include Aws::Structure end  |