Module: Aws::StorageGateway::Client::_DescribeMaintenanceStartTimeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMaintenanceStartTimeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #day_of_month ⇒ ::Integer
- #day_of_week ⇒ ::Integer
- #gateway_arn ⇒ ::String
- #hour_of_day ⇒ ::Integer
- #minute_of_hour ⇒ ::Integer
- #software_update_preferences ⇒ Types::SoftwareUpdatePreferences
- #timezone ⇒ ::String
Instance Method Details
#day_of_month ⇒ ::Integer
722 |
# File 'sig/client.rbs', line 722
def day_of_month: () -> ::Integer
|
#day_of_week ⇒ ::Integer
721 |
# File 'sig/client.rbs', line 721
def day_of_week: () -> ::Integer
|
#gateway_arn ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def gateway_arn: () -> ::String
|
#hour_of_day ⇒ ::Integer
719 |
# File 'sig/client.rbs', line 719
def hour_of_day: () -> ::Integer
|
#minute_of_hour ⇒ ::Integer
720 |
# File 'sig/client.rbs', line 720
def minute_of_hour: () -> ::Integer
|
#software_update_preferences ⇒ Types::SoftwareUpdatePreferences
724 |
# File 'sig/client.rbs', line 724
def software_update_preferences: () -> Types::SoftwareUpdatePreferences
|
#timezone ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def timezone: () -> ::String
|