Class: Aws::Types::ResponseTimeRootCauseService
- Inherits:
-
Object
- Object
- Aws::Types::ResponseTimeRootCauseService
- 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::ResponseTimeRootCauseEntity]
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.
740 741 742 |
# File 'sig/types.rbs', line 740 def account_id @account_id end |
#entity_path ⇒ ::Array[Types::ResponseTimeRootCauseEntity]
Returns the value of attribute entity_path.
741 742 743 |
# File 'sig/types.rbs', line 741 def entity_path @entity_path end |
#inferred ⇒ Boolean
Returns the value of attribute inferred.
742 743 744 |
# File 'sig/types.rbs', line 742 def inferred @inferred end |
#name ⇒ ::String
Returns the value of attribute name.
737 738 739 |
# File 'sig/types.rbs', line 737 def name @name end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
738 739 740 |
# File 'sig/types.rbs', line 738 def names @names end |
#type ⇒ ::String
Returns the value of attribute type.
739 740 741 |
# File 'sig/types.rbs', line 739 def type @type end |