Class: Aws::Types::MaintenanceTrack
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceTrack
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_version ⇒ ::String
Returns the value of attribute database_version.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#update_targets ⇒ ::Array[Types::UpdateTarget]
Returns the value of attribute update_targets.
Instance Attribute Details
#database_version ⇒ ::String
Returns the value of attribute database_version.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def database_version @database_version end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def maintenance_track_name @maintenance_track_name end |
#update_targets ⇒ ::Array[Types::UpdateTarget]
Returns the value of attribute update_targets.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def update_targets @update_targets end |