Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#impact ⇒ "LOW", "HIGH"
Returns the value of attribute impact.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ "OPEN", "FIXED"
Returns the value of attribute status.
-
#type ⇒ "DKIM", ...
Returns the value of attribute type.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def @created_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def description @description end |
#impact ⇒ "LOW", "HIGH"
Returns the value of attribute impact.
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.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def @last_updated_timestamp end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def resource_arn @resource_arn end |
#status ⇒ "OPEN", "FIXED"
Returns the value of attribute status.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def status @status end |
#type ⇒ "DKIM", ...
Returns the value of attribute type.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def type @type end |