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)


4469
4470
4471
4472
4473
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4469

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