Class: Aws::SESV2::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::Recommendation
- Defined in:
- gems/aws-sdk-sesv2/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
orLOW
. -
#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
orFIXED
. -
#type ⇒ String
The recommendation type, with values like
DKIM
,SPF
,DMARC
orBIMI
.
Instance Attribute Details
#created_timestamp ⇒ Time
The first time this issue was encountered and the recommendation was generated.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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
.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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
.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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
.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 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
.
6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6658 class Recommendation < Struct.new( :resource_arn, :type, :description, :status, :created_timestamp, :last_updated_timestamp, :impact) SENSITIVE = [] include Aws::Structure end |