Class: Aws::Types::ScheduledAutoTuneDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


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.

Returns:

  • ("JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING")


2215
2216
2217
# File 'sig/types.rbs', line 2215

def action_type
  @action_type
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def date
  @date
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


2217
2218
2219
# File 'sig/types.rbs', line 2217

def severity
  @severity
end