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)


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_weekInteger

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

Returns:

  • (Integer)


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_arnString

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

Returns:

  • (String)


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_dayInteger

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

Returns:

  • (Integer)


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_hourInteger

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

Returns:

  • (Integer)


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