Class: Aws::Types::ResponseTimeRootCauseEntity
- Inherits:
-
Object
- Object
- Aws::Types::ResponseTimeRootCauseEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coverage ⇒ ::Float
Returns the value of attribute coverage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remote ⇒ Boolean
Returns the value of attribute remote.
Instance Attribute Details
#coverage ⇒ ::Float
Returns the value of attribute coverage.
731 732 733 |
# File 'sig/types.rbs', line 731 def coverage @coverage end |
#name ⇒ ::String
Returns the value of attribute name.
730 731 732 |
# File 'sig/types.rbs', line 730 def name @name end |
#remote ⇒ Boolean
Returns the value of attribute remote.
732 733 734 |
# File 'sig/types.rbs', line 732 def remote @remote end |