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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def action @action end |
#action_type ⇒ "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING"
Returns the value of attribute action_type.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def action_type @action_type end |
#date ⇒ ::Time
Returns the value of attribute date.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def date @date end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def severity @severity end |