Class: Aws::Types::FaultRootCauseService
- Inherits:
-
Object
- Object
- Aws::Types::FaultRootCauseService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#entity_path ⇒ ::Array[Types::FaultRootCauseEntity]
Returns the value of attribute entity_path.
-
#inferred ⇒ Boolean
Returns the value of attribute inferred.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def account_id @account_id end |
#entity_path ⇒ ::Array[Types::FaultRootCauseEntity]
Returns the value of attribute entity_path.
195 196 197 |
# File 'sig/types.rbs', line 195 def entity_path @entity_path end |
#inferred ⇒ Boolean
Returns the value of attribute inferred.
196 197 198 |
# File 'sig/types.rbs', line 196 def inferred @inferred end |
#name ⇒ ::String
Returns the value of attribute name.
191 192 193 |
# File 'sig/types.rbs', line 191 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
192 193 194 |
# File 'sig/types.rbs', line 192 def names @names end |
#type ⇒ ::String
Returns the value of attribute type.
193 194 195 |
# File 'sig/types.rbs', line 193 def type @type end |