Class: Aws::Types::RevokeSnapshotAccessMessage
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSnapshotAccessMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_with_restore_access ⇒ ::String
Returns the value of attribute account_with_restore_access.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
Instance Attribute Details
#account_with_restore_access ⇒ ::String
Returns the value of attribute account_with_restore_access.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def account_with_restore_access @account_with_restore_access end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
2727 2728 2729 |
# File 'sig/types.rbs', line 2727 def snapshot_arn @snapshot_arn end |
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2726 2727 2728 |
# File 'sig/types.rbs', line 2726 def snapshot_identifier @snapshot_identifier end |