Class: Aws::Neptune::Types::Timezone

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

Overview

A time zone associated with a DBInstance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timezone_nameString

The name of the time zone.

Returns:

  • (String)


8014
8015
8016
8017
8018
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8014

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