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)


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.

Returns:

  • ("JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING")


1141
1142
1143
# File 'sig/types.rbs', line 1141

def action_type
  @action_type
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def date
  @date
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


1143
1144
1145
# File 'sig/types.rbs', line 1143

def severity
  @severity
end