Class: Aws::Types::ModifyDBSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
Instance Attribute Details
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def db_snapshot_identifier @db_snapshot_identifier end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def engine_version @engine_version end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def option_group_name @option_group_name end |