Class: Aws::Types::Snapshot
- Inherits:
-
Object
- Object
- Aws::Types::Snapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#data_encryption_key_id ⇒ ::String
Returns the value of attribute data_encryption_key_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#full_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute full_snapshot_size_in_bytes.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
-
#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.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transfer_type ⇒ "time-based", "standard"
Returns the value of attribute transfer_type.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
17127 17128 17129 |
# File 'sig/types.rbs', line 17127 def availability_zone @availability_zone end |
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
17129 17130 17131 |
# File 'sig/types.rbs', line 17129 def completion_duration_minutes @completion_duration_minutes end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
17130 17131 17132 |
# File 'sig/types.rbs', line 17130 def completion_time @completion_time end |
#data_encryption_key_id ⇒ ::String
Returns the value of attribute data_encryption_key_id.
17143 17144 17145 |
# File 'sig/types.rbs', line 17143 def data_encryption_key_id @data_encryption_key_id end |
#description ⇒ ::String
Returns the value of attribute description.
17139 17140 17141 |
# File 'sig/types.rbs', line 17139 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17141 17142 17143 |
# File 'sig/types.rbs', line 17141 def encrypted @encrypted end |
#full_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute full_snapshot_size_in_bytes.
17131 17132 17133 |
# File 'sig/types.rbs', line 17131 def full_snapshot_size_in_bytes @full_snapshot_size_in_bytes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
17142 17143 17144 |
# File 'sig/types.rbs', line 17142 def kms_key_id @kms_key_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17122 17123 17124 |
# File 'sig/types.rbs', line 17122 def outpost_arn @outpost_arn end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
17121 17122 17123 |
# File 'sig/types.rbs', line 17121 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17138 17139 17140 |
# File 'sig/types.rbs', line 17138 def owner_id @owner_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
17137 17138 17139 |
# File 'sig/types.rbs', line 17137 def progress @progress end |
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
17125 17126 17127 |
# File 'sig/types.rbs', line 17125 def restore_expiry_time @restore_expiry_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17132 17133 17134 |
# File 'sig/types.rbs', line 17132 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
17126 17127 17128 |
# File 'sig/types.rbs', line 17126 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
17136 17137 17138 |
# File 'sig/types.rbs', line 17136 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17134 17135 17136 |
# File 'sig/types.rbs', line 17134 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
17135 17136 17137 |
# File 'sig/types.rbs', line 17135 def @state_message end |
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
17124 17125 17126 |
# File 'sig/types.rbs', line 17124 def storage_tier @storage_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17123 17124 17125 |
# File 'sig/types.rbs', line 17123 def @tags end |
#transfer_type ⇒ "time-based", "standard"
Returns the value of attribute transfer_type.
17128 17129 17130 |
# File 'sig/types.rbs', line 17128 def transfer_type @transfer_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17133 17134 17135 |
# File 'sig/types.rbs', line 17133 def volume_id @volume_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17140 17141 17142 |
# File 'sig/types.rbs', line 17140 def volume_size @volume_size end |