Class: Aws::Types::DescribeGlobalSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalSettingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute global_settings.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
Instance Attribute Details
#global_settings ⇒ ::Hash[::String, ::String]
Returns the value of attribute global_settings.
703 704 705 |
# File 'sig/types.rbs', line 703 def global_settings @global_settings end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
704 705 706 |
# File 'sig/types.rbs', line 704 def last_update_time @last_update_time end |