Class: Aws::Types::CreateDBSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
694 695 696 |
# File 'sig/types.rbs', line 694 def db_instance_identifier @db_instance_identifier end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
693 694 695 |
# File 'sig/types.rbs', line 693 def db_snapshot_identifier @db_snapshot_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
695 696 697 |
# File 'sig/types.rbs', line 695 def @tags end |