Class: Aws::Types::TrustedAdvisorCheckResult
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorCheckResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_specific_summary ⇒ Types::TrustedAdvisorCategorySpecificSummary
Returns the value of attribute category_specific_summary.
-
#check_id ⇒ ::String
Returns the value of attribute check_id.
-
#flagged_resources ⇒ ::Array[Types::TrustedAdvisorResourceDetail]
Returns the value of attribute flagged_resources.
-
#resources_summary ⇒ Types::TrustedAdvisorResourcesSummary
Returns the value of attribute resources_summary.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
Instance Attribute Details
#category_specific_summary ⇒ Types::TrustedAdvisorCategorySpecificSummary
Returns the value of attribute category_specific_summary.
464 465 466 |
# File 'sig/types.rbs', line 464 def category_specific_summary @category_specific_summary end |
#check_id ⇒ ::String
Returns the value of attribute check_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def check_id @check_id end |
#flagged_resources ⇒ ::Array[Types::TrustedAdvisorResourceDetail]
Returns the value of attribute flagged_resources.
465 466 467 |
# File 'sig/types.rbs', line 465 def flagged_resources @flagged_resources end |
#resources_summary ⇒ Types::TrustedAdvisorResourcesSummary
Returns the value of attribute resources_summary.
463 464 465 |
# File 'sig/types.rbs', line 463 def resources_summary @resources_summary end |
#status ⇒ ::String
Returns the value of attribute status.
462 463 464 |
# File 'sig/types.rbs', line 462 def status @status end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
461 462 463 |
# File 'sig/types.rbs', line 461 def @timestamp end |