Class: Aws::Types::TrustedAdvisorCheckSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorCheckSummary
- 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.
-
#has_flagged_resources ⇒ Boolean
Returns the value of attribute has_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.
475 476 477 |
# File 'sig/types.rbs', line 475 def category_specific_summary @category_specific_summary end |
#check_id ⇒ ::String
Returns the value of attribute check_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def check_id @check_id end |
#has_flagged_resources ⇒ Boolean
Returns the value of attribute has_flagged_resources.
473 474 475 |
# File 'sig/types.rbs', line 473 def has_flagged_resources @has_flagged_resources end |
#resources_summary ⇒ Types::TrustedAdvisorResourcesSummary
Returns the value of attribute resources_summary.
474 475 476 |
# File 'sig/types.rbs', line 474 def resources_summary @resources_summary end |
#status ⇒ ::String
Returns the value of attribute status.
472 473 474 |
# File 'sig/types.rbs', line 472 def status @status end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
471 472 473 |
# File 'sig/types.rbs', line 471 def @timestamp end |