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)


9161
9162
9163
9164
9165
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 9161

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