Class: Aws::BackupGateway::Types::PutMaintenanceStartTimeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_monthInteger

The day of the month start maintenance on a gateway.

Valid values range from Sunday to Saturday.

Returns:

  • (Integer)


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_weekInteger

The day of the week to start maintenance on a gateway.

Returns:

  • (Integer)


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_arnString

The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.

Returns:

  • (String)


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_dayInteger

The hour of the day to start maintenance on a gateway.

Returns:

  • (Integer)


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_hourInteger

The minute of the hour to start maintenance on a gateway.

Returns:

  • (Integer)


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