Class: Aws::Types::RestoreSnapshotFromRecycleBinResult
- Inherits:
-
Object
- Object
- Aws::Types::RestoreSnapshotFromRecycleBinResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
16316 16317 16318 |
# File 'sig/types.rbs', line 16316 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
16317 16318 16319 |
# File 'sig/types.rbs', line 16317 def encrypted @encrypted end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
16315 16316 16317 |
# File 'sig/types.rbs', line 16315 def outpost_arn @outpost_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
16318 16319 16320 |
# File 'sig/types.rbs', line 16318 def owner_id @owner_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
16319 16320 16321 |
# File 'sig/types.rbs', line 16319 def progress @progress end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16314 16315 16316 |
# File 'sig/types.rbs', line 16314 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
16324 16325 16326 |
# File 'sig/types.rbs', line 16324 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
16320 16321 16322 |
# File 'sig/types.rbs', line 16320 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
16321 16322 16323 |
# File 'sig/types.rbs', line 16321 def state @state end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
16322 16323 16324 |
# File 'sig/types.rbs', line 16322 def volume_id @volume_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
16323 16324 16325 |
# File 'sig/types.rbs', line 16323 def volume_size @volume_size end |