Module: Aws::SSM::Client::_GetMaintenanceWindowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMaintenanceWindowResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_unassociated_targets ⇒ Boolean
- #created_date ⇒ ::Time
- #cutoff ⇒ ::Integer
- #description ⇒ ::String
- #duration ⇒ ::Integer
- #enabled ⇒ Boolean
- #end_date ⇒ ::String
- #modified_date ⇒ ::Time
- #name ⇒ ::String
- #next_execution_time ⇒ ::String
- #schedule ⇒ ::String
- #schedule_offset ⇒ ::Integer
- #schedule_timezone ⇒ ::String
- #start_date ⇒ ::String
- #window_id ⇒ ::String
Instance Method Details
#allow_unassociated_targets ⇒ Boolean
1509 |
# File 'sig/client.rbs', line 1509
def allow_unassociated_targets: () -> bool
|
#created_date ⇒ ::Time
1511 |
# File 'sig/client.rbs', line 1511
def created_date: () -> ::Time
|
#cutoff ⇒ ::Integer
1508 |
# File 'sig/client.rbs', line 1508
def cutoff: () -> ::Integer
|
#description ⇒ ::String
1500 |
# File 'sig/client.rbs', line 1500
def description: () -> ::String
|
#duration ⇒ ::Integer
1507 |
# File 'sig/client.rbs', line 1507
def duration: () -> ::Integer
|
#enabled ⇒ Boolean
1510 |
# File 'sig/client.rbs', line 1510
def enabled: () -> bool
|
#end_date ⇒ ::String
1502 |
# File 'sig/client.rbs', line 1502
def end_date: () -> ::String
|
#modified_date ⇒ ::Time
1512 |
# File 'sig/client.rbs', line 1512
def modified_date: () -> ::Time
|
#name ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def name: () -> ::String
|
#next_execution_time ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def next_execution_time: () -> ::String
|
#schedule ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def schedule: () -> ::String
|
#schedule_offset ⇒ ::Integer
1505 |
# File 'sig/client.rbs', line 1505
def schedule_offset: () -> ::Integer
|
#schedule_timezone ⇒ ::String
1504 |
# File 'sig/client.rbs', line 1504
def schedule_timezone: () -> ::String
|
#start_date ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def start_date: () -> ::String
|
#window_id ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498
def window_id: () -> ::String
|