Class: Aws::Types::ErrorRootCauseService
- Inherits:
-
Object
- Object
- Aws::Types::ErrorRootCauseService
- 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::ErrorRootCauseEntity]
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.
164 165 166 |
# File 'sig/types.rbs', line 164 def account_id @account_id end |
#entity_path ⇒ ::Array[Types::ErrorRootCauseEntity]
Returns the value of attribute entity_path.
165 166 167 |
# File 'sig/types.rbs', line 165 def entity_path @entity_path end |
#inferred ⇒ Boolean
Returns the value of attribute inferred.
166 167 168 |
# File 'sig/types.rbs', line 166 def inferred @inferred end |
#name ⇒ ::String
Returns the value of attribute name.
161 162 163 |
# File 'sig/types.rbs', line 161 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
162 163 164 |
# File 'sig/types.rbs', line 162 def names @names end |
#type ⇒ ::String
Returns the value of attribute type.
163 164 165 |
# File 'sig/types.rbs', line 163 def type @type end |