Class: Aws::Types::ScheduledAction
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#mandatory ⇒ Boolean
Returns the value of attribute mandatory.
-
#scheduled_by ⇒ "CUSTOMER", "SYSTEM"
Returns the value of attribute scheduled_by.
-
#scheduled_time ⇒ ::Integer
Returns the value of attribute scheduled_time.
-
#severity ⇒ "HIGH", ...
Returns the value of attribute severity.
-
#status ⇒ "PENDING_UPDATE", ...
Returns the value of attribute status.
-
#type ⇒ "SERVICE_SOFTWARE_UPDATE", ...
Returns the value of attribute type.
Instance Attribute Details
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def cancellable @cancellable end |
#description ⇒ ::String
Returns the value of attribute description.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def id @id end |
#mandatory ⇒ Boolean
Returns the value of attribute mandatory.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def mandatory @mandatory end |
#scheduled_by ⇒ "CUSTOMER", "SYSTEM"
Returns the value of attribute scheduled_by.
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.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def scheduled_time @scheduled_time end |
#severity ⇒ "HIGH", ...
Returns the value of attribute severity.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def severity @severity end |
#status ⇒ "PENDING_UPDATE", ...
Returns the value of attribute status.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def status @status end |
#type ⇒ "SERVICE_SOFTWARE_UPDATE", ...
Returns the value of attribute type.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def type @type end |