Class: Aws::OpenSearchService::Types::WindowStartTime

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

Overview

The desired start time for an off-peak maintenance window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hoursInteger

The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.

Returns:

  • (Integer)


6639
6640
6641
6642
6643
6644
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6639

class WindowStartTime < Struct.new(
  :hours,
  :minutes)
  SENSITIVE = []
  include Aws::Structure
end

#minutesInteger

The start minute of the window, in UTC.

Returns:

  • (Integer)


6639
6640
6641
6642
6643
6644
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6639

class WindowStartTime < Struct.new(
  :hours,
  :minutes)
  SENSITIVE = []
  include Aws::Structure
end