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.
8242 8243 8244 8245 8246 |
# File 'lib/aws-sdk-neptune/types.rb', line 8242 class Timezone < Struct.new( :timezone_name) SENSITIVE = [] include Aws::Structure end |