Class: Aws::RDS::Types::Timezone

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#timezone_nameString

The name of the time zone.

Returns:

  • (String)


15578
15579
15580
15581
# File 'lib/aws-sdk-rds/types.rb', line 15578

class Timezone < Struct.new(
  :timezone_name)
  include Aws::Structure
end