Class: Aws::Redshift::Types::EventInfoMap
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::EventInfoMap
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes event information.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event_categories  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The category of an Amazon Redshift event. 
- 
  
    
      #event_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of an Amazon Redshift event. 
- 
  
    
      #event_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of an Amazon Redshift event. 
- 
  
    
      #severity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The severity of the event. 
Instance Attribute Details
#event_categories ⇒ Array<String>
The category of an Amazon Redshift event.
| 6454 6455 6456 6457 6458 6459 6460 6461 | # File 'lib/aws-sdk-redshift/types.rb', line 6454 class EventInfoMap < Struct.new( :event_id, :event_categories, :event_description, :severity) SENSITIVE = [] include Aws::Structure end | 
#event_description ⇒ String
The description of an Amazon Redshift event.
| 6454 6455 6456 6457 6458 6459 6460 6461 | # File 'lib/aws-sdk-redshift/types.rb', line 6454 class EventInfoMap < Struct.new( :event_id, :event_categories, :event_description, :severity) SENSITIVE = [] include Aws::Structure end | 
#event_id ⇒ String
The identifier of an Amazon Redshift event.
| 6454 6455 6456 6457 6458 6459 6460 6461 | # File 'lib/aws-sdk-redshift/types.rb', line 6454 class EventInfoMap < Struct.new( :event_id, :event_categories, :event_description, :severity) SENSITIVE = [] include Aws::Structure end | 
#severity ⇒ String
The severity of the event.
Values: ERROR, INFO
| 6454 6455 6456 6457 6458 6459 6460 6461 | # File 'lib/aws-sdk-redshift/types.rb', line 6454 class EventInfoMap < Struct.new( :event_id, :event_categories, :event_description, :severity) SENSITIVE = [] include Aws::Structure end |