Class: Aws::Odb::Types::DayOfWeek
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DayOfWeek
- 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
-
#name ⇒ String
The name of the day of the week.
Instance Attribute Details
#name ⇒ String
The name of the day of the week.
2527 2528 2529 2530 2531 |
# File 'lib/aws-sdk-odb/types.rb', line 2527 class DayOfWeek < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |