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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/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)


2427
2428
2429
2430
2431
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2427

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