Class: Aws::MediaLive::Types::MaintenanceCreateSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MaintenanceCreateSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maintenance_day ⇒ String
Choose one day of the week for maintenance.
-
#maintenance_start_time ⇒ String
Choose the hour that maintenance will start.
Instance Attribute Details
#maintenance_day ⇒ String
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
8757 8758 8759 8760 8761 8762 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8757 class MaintenanceCreateSettings < Struct.new( :maintenance_day, :maintenance_start_time) SENSITIVE = [] include Aws::Structure end |
#maintenance_start_time ⇒ String
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
8757 8758 8759 8760 8761 8762 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8757 class MaintenanceCreateSettings < Struct.new( :maintenance_day, :maintenance_start_time) SENSITIVE = [] include Aws::Structure end |