Class: Aws::Types::FaultRootCauseEntity
- Inherits:
-
Object
- Object
- Aws::Types::FaultRootCauseEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exceptions ⇒ ::Array[Types::RootCauseException]
Returns the value of attribute exceptions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remote ⇒ Boolean
Returns the value of attribute remote.
Instance Attribute Details
#exceptions ⇒ ::Array[Types::RootCauseException]
Returns the value of attribute exceptions.
185 186 187 |
# File 'sig/types.rbs', line 185 def exceptions @exceptions end |
#name ⇒ ::String
Returns the value of attribute name.
184 185 186 |
# File 'sig/types.rbs', line 184 def name @name end |
#remote ⇒ Boolean
Returns the value of attribute remote.
186 187 188 |
# File 'sig/types.rbs', line 186 def remote @remote end |