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.
17784 17785 17786 |
# File 'sig/types.rbs', line 17784 def availability_zone @availability_zone end |
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
17786 17787 17788 |
# File 'sig/types.rbs', line 17786 def completion_duration_minutes @completion_duration_minutes end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
17787 17788 17789 |
# File 'sig/types.rbs', line 17787 def completion_time @completion_time end |
#data_encryption_key_id ⇒ ::String
Returns the value of attribute data_encryption_key_id.
17800 17801 17802 |
# File 'sig/types.rbs', line 17800 def data_encryption_key_id @data_encryption_key_id end |
#description ⇒ ::String
Returns the value of attribute description.
17796 17797 17798 |
# File 'sig/types.rbs', line 17796 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17798 17799 17800 |
# File 'sig/types.rbs', line 17798 def encrypted @encrypted end |
#full_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute full_snapshot_size_in_bytes.
17788 17789 17790 |
# File 'sig/types.rbs', line 17788 def full_snapshot_size_in_bytes @full_snapshot_size_in_bytes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
17799 17800 17801 |
# File 'sig/types.rbs', line 17799 def kms_key_id @kms_key_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17779 17780 17781 |
# File 'sig/types.rbs', line 17779 def outpost_arn @outpost_arn end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
17778 17779 17780 |
# File 'sig/types.rbs', line 17778 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17795 17796 17797 |
# File 'sig/types.rbs', line 17795 def owner_id @owner_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
17794 17795 17796 |
# File 'sig/types.rbs', line 17794 def progress @progress end |
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
17782 17783 17784 |
# File 'sig/types.rbs', line 17782 def restore_expiry_time @restore_expiry_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17789 17790 17791 |
# File 'sig/types.rbs', line 17789 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
17783 17784 17785 |
# File 'sig/types.rbs', line 17783 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
17793 17794 17795 |
# File 'sig/types.rbs', line 17793 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17791 17792 17793 |
# File 'sig/types.rbs', line 17791 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
17792 17793 17794 |
# File 'sig/types.rbs', line 17792 def @state_message end |
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
17781 17782 17783 |
# File 'sig/types.rbs', line 17781 def storage_tier @storage_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17780 17781 17782 |
# File 'sig/types.rbs', line 17780 def @tags end |
#transfer_type ⇒ "time-based", "standard"
Returns the value of attribute transfer_type.
17785 17786 17787 |
# File 'sig/types.rbs', line 17785 def transfer_type @transfer_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17790 17791 17792 |
# File 'sig/types.rbs', line 17790 def volume_id @volume_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17797 17798 17799 |
# File 'sig/types.rbs', line 17797 def volume_size @volume_size end |