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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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

Instance Attribute Details

#timezone_nameString

The name of the time zone.

Returns:

  • (String)


28042
28043
28044
28045
28046
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 28042

class Timezone < Struct.new(
  :timezone_name)
  SENSITIVE = []
  include Aws::Structure
end