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.
29705 29706 29707 29708 29709 |
# File 'lib/aws-sdk-rds/types.rb', line 29705 class Timezone < Struct.new( :timezone_name) SENSITIVE = [] include Aws::Structure end |