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