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)


26997
26998
26999
27000
27001
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26997

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