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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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 or BIMI.

Returns:

  • (String)


6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6104

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