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.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def @created_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def description @description end |
#impact ⇒ "LOW", "HIGH"
Returns the value of attribute impact.
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.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def @last_updated_timestamp end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def resource_arn @resource_arn end |
#status ⇒ "OPEN", "FIXED"
Returns the value of attribute status.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def status @status end |
#type ⇒ "DKIM", ...
Returns the value of attribute type.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def type @type end |