Class: Aws::RDS::Types::Timezone
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Timezone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
A time zone associated with a ‘DBInstance` or a `DBSnapshot`. This data type is an element in the response to the `DescribeDBInstances`, the `DescribeDBSnapshots`, and the `DescribeDBEngineVersions` actions.
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.
24190 24191 24192 24193 24194 |
# File 'lib/aws-sdk-rds/types.rb', line 24190 class Timezone < Struct.new( :timezone_name) SENSITIVE = [] include Aws::Structure end |