Class: Aws::Types::ServiceHealth
- Inherits:
-
Object
- Object
- Aws::Types::ServiceHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzed_resource_count ⇒ ::Integer
Returns the value of attribute analyzed_resource_count.
-
#insight ⇒ Types::ServiceInsightHealth
Returns the value of attribute insight.
-
#service_name ⇒ "API_GATEWAY", ...
Returns the value of attribute service_name.
Instance Attribute Details
#analyzed_resource_count ⇒ ::Integer
Returns the value of attribute analyzed_resource_count.
957 958 959 |
# File 'sig/types.rbs', line 957 def analyzed_resource_count @analyzed_resource_count end |
#insight ⇒ Types::ServiceInsightHealth
Returns the value of attribute insight.
956 957 958 |
# File 'sig/types.rbs', line 956 def insight @insight end |
#service_name ⇒ "API_GATEWAY", ...
Returns the value of attribute service_name.
955 956 957 |
# File 'sig/types.rbs', line 955 def service_name @service_name end |