Class: Aws::Odb::Types::DayOfWeek

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

An enumeration of days of the week used for scheduling maintenance windows.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the day of the week.

Returns:

  • (String)


2527
2528
2529
2530
2531
# File 'lib/aws-sdk-odb/types.rb', line 2527

class DayOfWeek < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end