Class: Aws::Types::PerformanceIssueDetails
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceIssueDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ ::String
Returns the value of attribute analysis.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#metrics ⇒ ::Array[Types::Metric]
Returns the value of attribute metrics.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#analysis ⇒ ::String
Returns the value of attribute analysis.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 def analysis @analysis end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def end_time @end_time end |
#metrics ⇒ ::Array[Types::Metric]
Returns the value of attribute metrics.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 def metrics @metrics end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def start_time @start_time end |