Module: Aws::SSM::Client::_UpdateMaintenanceWindowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMaintenanceWindowResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_unassociated_targets ⇒ Boolean
- #cutoff ⇒ ::Integer
- #description ⇒ ::String
- #duration ⇒ ::Integer
- #enabled ⇒ Boolean
- #end_date ⇒ ::String
- #name ⇒ ::String
- #schedule ⇒ ::String
- #schedule_offset ⇒ ::Integer
- #schedule_timezone ⇒ ::String
- #start_date ⇒ ::String
- #window_id ⇒ ::String
Instance Method Details
#allow_unassociated_targets ⇒ Boolean
2778 |
# File 'sig/client.rbs', line 2778
def allow_unassociated_targets: () -> bool
|
#cutoff ⇒ ::Integer
2777 |
# File 'sig/client.rbs', line 2777
def cutoff: () -> ::Integer
|
#description ⇒ ::String
2770 |
# File 'sig/client.rbs', line 2770
def description: () -> ::String
|
#duration ⇒ ::Integer
2776 |
# File 'sig/client.rbs', line 2776
def duration: () -> ::Integer
|
#enabled ⇒ Boolean
2779 |
# File 'sig/client.rbs', line 2779
def enabled: () -> bool
|
#end_date ⇒ ::String
2772 |
# File 'sig/client.rbs', line 2772
def end_date: () -> ::String
|
#name ⇒ ::String
2769 |
# File 'sig/client.rbs', line 2769
def name: () -> ::String
|
#schedule ⇒ ::String
2773 |
# File 'sig/client.rbs', line 2773
def schedule: () -> ::String
|
#schedule_offset ⇒ ::Integer
2775 |
# File 'sig/client.rbs', line 2775
def schedule_offset: () -> ::Integer
|
#schedule_timezone ⇒ ::String
2774 |
# File 'sig/client.rbs', line 2774
def schedule_timezone: () -> ::String
|
#start_date ⇒ ::String
2771 |
# File 'sig/client.rbs', line 2771
def start_date: () -> ::String
|
#window_id ⇒ ::String
2768 |
# File 'sig/client.rbs', line 2768
def window_id: () -> ::String
|