Class: Aws::Odb::Types::Month

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

Overview

An enumeration of months used for scheduling maintenance windows.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the month.

Returns:

  • (String)


4249
4250
4251
4252
4253
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4249

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