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
.
968 969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 968 class PutMaintenanceStartTimeInput < Struct.new( :day_of_month, :day_of_week, :gateway_arn, :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end |
#day_of_week ⇒ Integer
The day of the week to start maintenance on a gateway.
968 969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 968 class PutMaintenanceStartTimeInput < Struct.new( :day_of_month, :day_of_week, :gateway_arn, :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
968 969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 968 class PutMaintenanceStartTimeInput < Struct.new( :day_of_month, :day_of_week, :gateway_arn, :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end |
#hour_of_day ⇒ Integer
The hour of the day to start maintenance on a gateway.
968 969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 968 class PutMaintenanceStartTimeInput < Struct.new( :day_of_month, :day_of_week, :gateway_arn, :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end |
#minute_of_hour ⇒ Integer
The minute of the hour to start maintenance on a gateway.
968 969 970 971 972 973 974 975 976 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 968 class PutMaintenanceStartTimeInput < Struct.new( :day_of_month, :day_of_week, :gateway_arn, :hour_of_day, :minute_of_hour) SENSITIVE = [] include Aws::Structure end |