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)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def description
  @description
end

#impact"LOW", "HIGH"

Returns the value of attribute impact.

Returns:

  • ("LOW", "HIGH")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def impact
  @impact
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def last_updated_timestamp
  @last_updated_timestamp
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def resource_arn
  @resource_arn
end

#status"OPEN", "FIXED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "FIXED")


1725
1726
1727
# File 'sig/types.rbs', line 1725

def status
  @status
end

#type"DKIM", ...

Returns the value of attribute type.

Returns:

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


1723
1724
1725
# File 'sig/types.rbs', line 1723

def type
  @type
end