Class: Aws::Types::StartServiceSoftwareUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartServiceSoftwareUpdateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_start_time ⇒ ::Integer
Returns the value of attribute desired_start_time.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#schedule_at ⇒ "NOW", ...
Returns the value of attribute schedule_at.
Instance Attribute Details
#desired_start_time ⇒ ::Integer
Returns the value of attribute desired_start_time.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def desired_start_time @desired_start_time end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def domain_name @domain_name end |
#schedule_at ⇒ "NOW", ...
Returns the value of attribute schedule_at.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def schedule_at @schedule_at end |