Class: Aws::Types::RecoverySnapshot
- Inherits:
-
Object
- Object
- Aws::Types::RecoverySnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ebs_snapshots ⇒ ::Array[::String]
Returns the value of attribute ebs_snapshots.
-
#expected_timestamp ⇒ ::String
Returns the value of attribute expected_timestamp.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
Instance Attribute Details
#ebs_snapshots ⇒ ::Array[::String]
Returns the value of attribute ebs_snapshots.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def ebs_snapshots @ebs_snapshots end |
#expected_timestamp ⇒ ::String
Returns the value of attribute expected_timestamp.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def @expected_timestamp end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def snapshot_id @snapshot_id end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def source_server_id @source_server_id end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def @timestamp end |