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.
17424 17425 17426 |
# File 'sig/types.rbs', line 17424 def availability_zone @availability_zone end |
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
17426 17427 17428 |
# File 'sig/types.rbs', line 17426 def completion_duration_minutes @completion_duration_minutes end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
17427 17428 17429 |
# File 'sig/types.rbs', line 17427 def completion_time @completion_time end |
#data_encryption_key_id ⇒ ::String
Returns the value of attribute data_encryption_key_id.
17440 17441 17442 |
# File 'sig/types.rbs', line 17440 def data_encryption_key_id @data_encryption_key_id end |
#description ⇒ ::String
Returns the value of attribute description.
17436 17437 17438 |
# File 'sig/types.rbs', line 17436 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17438 17439 17440 |
# File 'sig/types.rbs', line 17438 def encrypted @encrypted end |
#full_snapshot_size_in_bytes ⇒ ::Integer
Returns the value of attribute full_snapshot_size_in_bytes.
17428 17429 17430 |
# File 'sig/types.rbs', line 17428 def full_snapshot_size_in_bytes @full_snapshot_size_in_bytes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
17439 17440 17441 |
# File 'sig/types.rbs', line 17439 def kms_key_id @kms_key_id end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17419 17420 17421 |
# File 'sig/types.rbs', line 17419 def outpost_arn @outpost_arn end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
17418 17419 17420 |
# File 'sig/types.rbs', line 17418 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17435 17436 17437 |
# File 'sig/types.rbs', line 17435 def owner_id @owner_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
17434 17435 17436 |
# File 'sig/types.rbs', line 17434 def progress @progress end |
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
17422 17423 17424 |
# File 'sig/types.rbs', line 17422 def restore_expiry_time @restore_expiry_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17429 17430 17431 |
# File 'sig/types.rbs', line 17429 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
17423 17424 17425 |
# File 'sig/types.rbs', line 17423 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
17433 17434 17435 |
# File 'sig/types.rbs', line 17433 def start_time @start_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
17431 17432 17433 |
# File 'sig/types.rbs', line 17431 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
17432 17433 17434 |
# File 'sig/types.rbs', line 17432 def @state_message end |
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
17421 17422 17423 |
# File 'sig/types.rbs', line 17421 def storage_tier @storage_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17420 17421 17422 |
# File 'sig/types.rbs', line 17420 def @tags end |
#transfer_type ⇒ "time-based", "standard"
Returns the value of attribute transfer_type.
17425 17426 17427 |
# File 'sig/types.rbs', line 17425 def transfer_type @transfer_type end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17430 17431 17432 |
# File 'sig/types.rbs', line 17430 def volume_id @volume_id end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
17437 17438 17439 |
# File 'sig/types.rbs', line 17437 def volume_size @volume_size end |