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.
27473 27474 27475 27476 27477 |
# File 'lib/aws-sdk-rds/types.rb', line 27473 class Timezone < Struct.new( :timezone_name) SENSITIVE = [] include Aws::Structure end |