Class: Aws::Types::CreateSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
522 523 524 |
# File 'sig/types.rbs', line 522 def cache_cluster_id @cache_cluster_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
524 525 526 |
# File 'sig/types.rbs', line 524 def kms_key_id @kms_key_id end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def replication_group_id @replication_group_id end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def snapshot_name @snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
525 526 527 |
# File 'sig/types.rbs', line 525 def end |