Class: Aws::Types::AccountHealth
- Inherits:
-
Object
- Object
- Aws::Types::AccountHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#insight ⇒ Types::AccountInsightHealth
Returns the value of attribute insight.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def account_id @account_id end |
#insight ⇒ Types::AccountInsightHealth
Returns the value of attribute insight.
18 19 20 |
# File 'sig/types.rbs', line 18 def insight @insight end |