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.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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`.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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`.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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`.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 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`.
6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6161 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end |