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
2936 |
# File 'sig/client.rbs', line 2936
def availability_zone: () -> ::String
|
#completion_duration_minutes ⇒ ::Integer
2938 |
# File 'sig/client.rbs', line 2938
def completion_duration_minutes: () -> ::Integer
|
#completion_time ⇒ ::Time
2939 |
# File 'sig/client.rbs', line 2939
def completion_time: () -> ::Time
|
#data_encryption_key_id ⇒ ::String
2952 |
# File 'sig/client.rbs', line 2952
def data_encryption_key_id: () -> ::String
|
#description ⇒ ::String
2948 |
# File 'sig/client.rbs', line 2948
def description: () -> ::String
|
#encrypted ⇒ Boolean
2950 |
# File 'sig/client.rbs', line 2950
def encrypted: () -> bool
|
#full_snapshot_size_in_bytes ⇒ ::Integer
2940 |
# File 'sig/client.rbs', line 2940
def full_snapshot_size_in_bytes: () -> ::Integer
|
#kms_key_id ⇒ ::String
2951 |
# File 'sig/client.rbs', line 2951
def kms_key_id: () -> ::String
|
#outpost_arn ⇒ ::String
2931 |
# File 'sig/client.rbs', line 2931
def outpost_arn: () -> ::String
|
#owner_alias ⇒ ::String
2930 |
# File 'sig/client.rbs', line 2930
def owner_alias: () -> ::String
|
#owner_id ⇒ ::String
2947 |
# File 'sig/client.rbs', line 2947
def owner_id: () -> ::String
|
#progress ⇒ ::String
2946 |
# File 'sig/client.rbs', line 2946
def progress: () -> ::String
|
#restore_expiry_time ⇒ ::Time
2934 |
# File 'sig/client.rbs', line 2934
def restore_expiry_time: () -> ::Time
|
#snapshot_id ⇒ ::String
2941 |
# File 'sig/client.rbs', line 2941
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
2935 |
# File 'sig/client.rbs', line 2935
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
2945 |
# File 'sig/client.rbs', line 2945
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
2943 |
# File 'sig/client.rbs', line 2943
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#state_message ⇒ ::String
2944 |
# File 'sig/client.rbs', line 2944
def state_message: () -> ::String
|
#storage_tier ⇒ "archive", "standard"
2933 |
# File 'sig/client.rbs', line 2933
def storage_tier: () -> ("archive" | "standard")
|
#tags ⇒ ::Array[Types::Tag]
2932 |
# File 'sig/client.rbs', line 2932
def tags: () -> ::Array[Types::Tag]
|
#transfer_type ⇒ "time-based", "standard"
2937 |
# File 'sig/client.rbs', line 2937
def transfer_type: () -> ("time-based" | "standard")
|
#volume_id ⇒ ::String
2942 |
# File 'sig/client.rbs', line 2942
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
2949 |
# File 'sig/client.rbs', line 2949
def volume_size: () -> ::Integer
|