Class: Aws::BackupGateway::Types::PutMaintenanceStartTimeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::PutMaintenanceStartTimeInput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_month ⇒ Integer
The day of the month start maintenance on a gateway.
-
#day_of_week ⇒ Integer
The day of the week to start maintenance on a gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
-
#hour_of_day ⇒ Integer
The hour of the day to start maintenance on a gateway.
-
#minute_of_hour ⇒ Integer
The minute of the hour to start maintenance on a gateway.
Instance Attribute Details
#day_of_month ⇒ Integer
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
975 976 977 978 979 980 981 982 983 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 975 class PutMaintenanceStartTimeInput < Struct.new( :gateway_arn, :hour_of_day, :minute_of_hour, :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |
#day_of_week ⇒ Integer
The day of the week to start maintenance on a gateway.
975 976 977 978 979 980 981 982 983 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 975 class PutMaintenanceStartTimeInput < Struct.new( :gateway_arn, :hour_of_day, :minute_of_hour, :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
975 976 977 978 979 980 981 982 983 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 975 class PutMaintenanceStartTimeInput < Struct.new( :gateway_arn, :hour_of_day, :minute_of_hour, :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |
#hour_of_day ⇒ Integer
The hour of the day to start maintenance on a gateway.
975 976 977 978 979 980 981 982 983 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 975 class PutMaintenanceStartTimeInput < Struct.new( :gateway_arn, :hour_of_day, :minute_of_hour, :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |
#minute_of_hour ⇒ Integer
The minute of the hour to start maintenance on a gateway.
975 976 977 978 979 980 981 982 983 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 975 class PutMaintenanceStartTimeInput < Struct.new( :gateway_arn, :hour_of_day, :minute_of_hour, :day_of_week, :day_of_month) SENSITIVE = [] include Aws::Structure end |