Class: Aws::Neptune::Types::Timezone
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::Timezone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
A time zone associated with a DBInstance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timezone_name ⇒ String
The name of the time zone.
Instance Attribute Details
#timezone_name ⇒ String
The name of the time zone.
8014 8015 8016 8017 8018 |
# File 'lib/aws-sdk-neptune/types.rb', line 8014 class Timezone < Struct.new( :timezone_name) SENSITIVE = [] include Aws::Structure end |