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

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

Instance Attribute Details

#created_timestampTime

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

Returns:

  • (Time)


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

#descriptionString

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

Returns:

  • (String)


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

#impactString

The recommendation impact, with values like ‘HIGH` or `LOW`.

Returns:

  • (String)


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_timestampTime

The last time the recommendation was updated.

Returns:

  • (Time)


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_arnString

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

Returns:

  • (String)


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

#statusString

The recommendation status, with values like ‘OPEN` or `FIXED`.

Returns:

  • (String)


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

#typeString

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

Returns:

  • (String)


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