Class: Aws::SESV2::Types::Recommendation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_timestampTime

The first time this issue was encountered and the recommendation was generated.

Returns:

  • (Time)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

Returns:

  • (String)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#impactString

The recommendation impact, with values like HIGH or LOW.

Returns:

  • (String)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The last time the recommendation was updated.

Returns:

  • (Time)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

Returns:

  • (String)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The recommendation status, with values like OPEN or FIXED.

Returns:

  • (String)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The recommendation type, with values like DKIM, SPF, DMARC, BIMI, or COMPLAINT.

Returns:

  • (String)


7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7301

class Recommendation < Struct.new(
  :resource_arn,
  :type,
  :description,
  :status,
  :created_timestamp,
  :last_updated_timestamp,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end