Class: Aws::Types::Recommendation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def description
  @description
end

#impact"LOW", "HIGH"

Returns the value of attribute impact.

Returns:

  • ("LOW", "HIGH")


1778
1779
1780
# File 'sig/types.rbs', line 1778

def impact
  @impact
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def last_updated_timestamp
  @last_updated_timestamp
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def resource_arn
  @resource_arn
end

#status"OPEN", "FIXED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "FIXED")


1775
1776
1777
# File 'sig/types.rbs', line 1775

def status
  @status
end

#type"DKIM", ...

Returns the value of attribute type.

Returns:

  • ("DKIM", "DMARC", "SPF", "BIMI", "COMPLAINT", "BOUNCE", "FEEDBACK_3P", "IP_LISTING")


1773
1774
1775
# File 'sig/types.rbs', line 1773

def type
  @type
end