Class: Aws::Types::ModifyDBSnapshotAttributeMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBSnapshotAttributeMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#values_to_add ⇒ ::Array[::String]
Returns the value of attribute values_to_add.
-
#values_to_remove ⇒ ::Array[::String]
Returns the value of attribute values_to_remove.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def attribute_name @attribute_name end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def db_snapshot_identifier @db_snapshot_identifier end |
#values_to_add ⇒ ::Array[::String]
Returns the value of attribute values_to_add.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def values_to_add @values_to_add end |
#values_to_remove ⇒ ::Array[::String]
Returns the value of attribute values_to_remove.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def values_to_remove @values_to_remove end |