Class: Aws::Types::ScheduledAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancellableBoolean

Returns the value of attribute cancellable.

Returns:

  • (Boolean)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def cancellable
  @cancellable
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def id
  @id
end

#mandatoryBoolean

Returns the value of attribute mandatory.

Returns:

  • (Boolean)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def mandatory
  @mandatory
end

#scheduled_by"CUSTOMER", "SYSTEM"

Returns the value of attribute scheduled_by.

Returns:

  • ("CUSTOMER", "SYSTEM")


2206
2207
2208
# File 'sig/types.rbs', line 2206

def scheduled_by
  @scheduled_by
end

#scheduled_time::Integer

Returns the value of attribute scheduled_time.

Returns:

  • (::Integer)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def scheduled_time
  @scheduled_time
end

#severity"HIGH", ...

Returns the value of attribute severity.

Returns:

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


2203
2204
2205
# File 'sig/types.rbs', line 2203

def severity
  @severity
end

#status"PENDING_UPDATE", ...

Returns the value of attribute status.

Returns:

  • ("PENDING_UPDATE", "IN_PROGRESS", "FAILED", "COMPLETED", "NOT_ELIGIBLE", "ELIGIBLE")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def status
  @status
end

#type"SERVICE_SOFTWARE_UPDATE", ...

Returns the value of attribute type.

Returns:

  • ("SERVICE_SOFTWARE_UPDATE", "JVM_HEAP_SIZE_TUNING", "JVM_YOUNG_GEN_TUNING")


2202
2203
2204
# File 'sig/types.rbs', line 2202

def type
  @type
end