Class: Aws::SESV2::Types::Recommendation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::Recommendation
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
A recommendation generated for your account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The first time this issue was encountered and the recommendation was generated.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation description / disambiguator - e.g.
 - 
  
    
      #impact  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation impact, with values like ‘HIGH` or `LOW`.
 - 
  
    
      #last_updated_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last time the recommendation was updated.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource affected by the recommendation, with values like ‘arn:aws:ses:us-east-1:123456789012:identity/example.com`.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation status, with values like ‘OPEN` or `FIXED`.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation type, with values like ‘DKIM`, `SPF`, `DMARC` or `BIMI`.
 
Instance Attribute Details
#created_timestamp ⇒ Time
The first time this issue was encountered and the recommendation was generated.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The recommendation description / disambiguator - e.g. ‘DKIM1` and `DKIM2` are different recommendations about your DKIM setup.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#impact ⇒ String
The recommendation impact, with values like ‘HIGH` or `LOW`.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_timestamp ⇒ Time
The last time the recommendation was updated.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The resource affected by the recommendation, with values like ‘arn:aws:ses:us-east-1:123456789012:identity/example.com`.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The recommendation status, with values like ‘OPEN` or `FIXED`.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The recommendation type, with values like ‘DKIM`, `SPF`, `DMARC` or `BIMI`.
      6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 6145 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end  |