Module: Aws::EC2::Client::_CreateSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Snapshot]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone ⇒ ::String
- #completion_duration_minutes ⇒ ::Integer
- #completion_time ⇒ ::Time
- #data_encryption_key_id ⇒ ::String
- #description ⇒ ::String
- #encrypted ⇒ Boolean
- #full_snapshot_size_in_bytes ⇒ ::Integer
- #kms_key_id ⇒ ::String
- #outpost_arn ⇒ ::String
- #owner_alias ⇒ ::String
- #owner_id ⇒ ::String
- #progress ⇒ ::String
- #restore_expiry_time ⇒ ::Time
- #snapshot_id ⇒ ::String
- #sse_type ⇒ "sse-ebs", ...
- #start_time ⇒ ::Time
- #state ⇒ "pending", ...
- #state_message ⇒ ::String
- #storage_tier ⇒ "archive", "standard"
- #tags ⇒ ::Array[Types::Tag]
- #transfer_type ⇒ "time-based", "standard"
- #volume_id ⇒ ::String
- #volume_size ⇒ ::Integer
Instance Method Details
#availability_zone ⇒ ::String
2998 |
# File 'sig/client.rbs', line 2998
def availability_zone: () -> ::String
|
#completion_duration_minutes ⇒ ::Integer
3000 |
# File 'sig/client.rbs', line 3000
def completion_duration_minutes: () -> ::Integer
|
#completion_time ⇒ ::Time
3001 |
# File 'sig/client.rbs', line 3001
def completion_time: () -> ::Time
|
#data_encryption_key_id ⇒ ::String
3014 |
# File 'sig/client.rbs', line 3014
def data_encryption_key_id: () -> ::String
|
#description ⇒ ::String
3010 |
# File 'sig/client.rbs', line 3010
def description: () -> ::String
|
#encrypted ⇒ Boolean
3012 |
# File 'sig/client.rbs', line 3012
def encrypted: () -> bool
|
#full_snapshot_size_in_bytes ⇒ ::Integer
3002 |
# File 'sig/client.rbs', line 3002
def full_snapshot_size_in_bytes: () -> ::Integer
|
#kms_key_id ⇒ ::String
3013 |
# File 'sig/client.rbs', line 3013
def kms_key_id: () -> ::String
|
#outpost_arn ⇒ ::String
2993 |
# File 'sig/client.rbs', line 2993
def outpost_arn: () -> ::String
|
#owner_alias ⇒ ::String
2992 |
# File 'sig/client.rbs', line 2992
def owner_alias: () -> ::String
|
#owner_id ⇒ ::String
3009 |
# File 'sig/client.rbs', line 3009
def owner_id: () -> ::String
|
#progress ⇒ ::String
3008 |
# File 'sig/client.rbs', line 3008
def progress: () -> ::String
|
#restore_expiry_time ⇒ ::Time
2996 |
# File 'sig/client.rbs', line 2996
def restore_expiry_time: () -> ::Time
|
#snapshot_id ⇒ ::String
3003 |
# File 'sig/client.rbs', line 3003
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
2997 |
# File 'sig/client.rbs', line 2997
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
3007 |
# File 'sig/client.rbs', line 3007
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
3005 |
# File 'sig/client.rbs', line 3005
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#state_message ⇒ ::String
3006 |
# File 'sig/client.rbs', line 3006
def state_message: () -> ::String
|
#storage_tier ⇒ "archive", "standard"
2995 |
# File 'sig/client.rbs', line 2995
def storage_tier: () -> ("archive" | "standard")
|
#tags ⇒ ::Array[Types::Tag]
2994 |
# File 'sig/client.rbs', line 2994
def tags: () -> ::Array[Types::Tag]
|
#transfer_type ⇒ "time-based", "standard"
2999 |
# File 'sig/client.rbs', line 2999
def transfer_type: () -> ("time-based" | "standard")
|
#volume_id ⇒ ::String
3004 |
# File 'sig/client.rbs', line 3004
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
3011 |
# File 'sig/client.rbs', line 3011
def volume_size: () -> ::Integer
|