Class: Aws::Types::FaultRootCause
- Inherits:
-
Object
- Object
- Aws::Types::FaultRootCause
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_impacting ⇒ Boolean
Returns the value of attribute client_impacting.
-
#services ⇒ ::Array[Types::FaultRootCauseService]
Returns the value of attribute services.
Instance Attribute Details
#client_impacting ⇒ Boolean
Returns the value of attribute client_impacting.
179 180 181 |
# File 'sig/types.rbs', line 179 def client_impacting @client_impacting end |
#services ⇒ ::Array[Types::FaultRootCauseService]
Returns the value of attribute services.
178 179 180 |
# File 'sig/types.rbs', line 178 def services @services end |