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.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def database_version @database_version end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def maintenance_track_name @maintenance_track_name end |
#update_targets ⇒ ::Array[Types::UpdateTarget]
Returns the value of attribute update_targets.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def update_targets @update_targets end |