Class: Aws::Types::ModifyDBClusterSnapshotAttributeMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBClusterSnapshotAttributeMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_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.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def attribute_name @attribute_name end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#values_to_add ⇒ ::Array[::String]
Returns the value of attribute values_to_add.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def values_to_add @values_to_add end |
#values_to_remove ⇒ ::Array[::String]
Returns the value of attribute values_to_remove.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def values_to_remove @values_to_remove end |