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.
17763 17764 17765 |
# File 'sig/types.rbs', line 17763 def availability_zone @availability_zone end |
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
17765 17766 17767 |
# File 'sig/types.rbs', line 17765 def completion_duration_minutes @completion_duration_minutes end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
17766 17767 17768 |
# File 'sig/types.rbs', line 17766 def completion_time @completion_time end |
#data_encryption_key_id ⇒ ::String
Returns the value of attribute data_encryption_key_id.
17779 17780 17781 |
# File 'sig/types.rbs', line 17779 def data_encryption_key_id @data_encryption_key_id end |
#description ⇒ ::String
Returns the value of attribute description.
17775 17776 17777 |
# File 'sig/types.rbs', line 17775 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17777 17778 17779 |
# File 'sig/types.rbs', line 17777 def encrypted @encrypted end |
#full_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute full_snapshot_size_in_bytes.
17767 17768 17769 |
# File 'sig/types.rbs', line 17767 def full_snapshot_size_in_bytes @full_snapshot_size_in_bytes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
17778 17779 17780 |
# File 'sig/types.rbs', line 17778 def kms_key_id @kms_key_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17758 17759 17760 |
# File 'sig/types.rbs', line 17758 def outpost_arn @outpost_arn end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
17757 17758 17759 |
# File 'sig/types.rbs', line 17757 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17774 17775 17776 |
# File 'sig/types.rbs', line 17774 def owner_id @owner_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
17773 17774 17775 |
# File 'sig/types.rbs', line 17773 def progress @progress end |
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
17761 17762 17763 |
# File 'sig/types.rbs', line 17761 def restore_expiry_time @restore_expiry_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17768 17769 17770 |
# File 'sig/types.rbs', line 17768 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
17762 17763 17764 |
# File 'sig/types.rbs', line 17762 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
17772 17773 17774 |
# File 'sig/types.rbs', line 17772 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17770 17771 17772 |
# File 'sig/types.rbs', line 17770 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
17771 17772 17773 |
# File 'sig/types.rbs', line 17771 def @state_message end |
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
17760 17761 17762 |
# File 'sig/types.rbs', line 17760 def storage_tier @storage_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17759 17760 17761 |
# File 'sig/types.rbs', line 17759 def @tags end |
#transfer_type ⇒ "time-based", "standard"
Returns the value of attribute transfer_type.
17764 17765 17766 |
# File 'sig/types.rbs', line 17764 def transfer_type @transfer_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17769 17770 17771 |
# File 'sig/types.rbs', line 17769 def volume_id @volume_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17776 17777 17778 |
# File 'sig/types.rbs', line 17776 def volume_size @volume_size end |