Class: Aws::Types::UpdateTarget
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTarget
- 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.
-
#supported_operations ⇒ ::Array[Types::SupportedOperation]
Returns the value of attribute supported_operations.
Instance Attribute Details
#database_version ⇒ ::String
Returns the value of attribute database_version.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def database_version @database_version end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def maintenance_track_name @maintenance_track_name end |
#supported_operations ⇒ ::Array[Types::SupportedOperation]
Returns the value of attribute supported_operations.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def supported_operations @supported_operations end |