Class: Aws::Types::ScheduledAutoTuneDetails
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledAutoTuneDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#action_type ⇒ "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING"
Returns the value of attribute action_type.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def action @action end |
#action_type ⇒ "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING"
Returns the value of attribute action_type.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def action_type @action_type end |
#date ⇒ ::Time
Returns the value of attribute date.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def date @date end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def severity @severity end |