Module: Aws::SSM::Client::_UpdateMaintenanceWindowTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateMaintenanceWindowTargetResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #name ⇒ ::String
- #owner_information ⇒ ::String
- #targets ⇒ ::Array[Types::Target]
- #window_id ⇒ ::String
- #window_target_id ⇒ ::String
Instance Method Details
#description ⇒ ::String
2806 |
# File 'sig/client.rbs', line 2806
def description: () -> ::String
|
#name ⇒ ::String
2805 |
# File 'sig/client.rbs', line 2805
def name: () -> ::String
|
#owner_information ⇒ ::String
2804 |
# File 'sig/client.rbs', line 2804
def owner_information: () -> ::String
|
#targets ⇒ ::Array[Types::Target]
2803 |
# File 'sig/client.rbs', line 2803
def targets: () -> ::Array[Types::Target]
|
#window_id ⇒ ::String
2801 |
# File 'sig/client.rbs', line 2801
def window_id: () -> ::String
|
#window_target_id ⇒ ::String
2802 |
# File 'sig/client.rbs', line 2802
def window_target_id: () -> ::String
|