Module: Aws::EBS::Client::_StartSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartSnapshotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #block_size ⇒ ::Integer
- #description ⇒ ::String
- #kms_key_arn ⇒ ::String
- #owner_id ⇒ ::String
- #parent_snapshot_id ⇒ ::String
- #snapshot_id ⇒ ::String
- #sse_type ⇒ "sse-ebs", ...
- #start_time ⇒ ::Time
- #status ⇒ "completed", ...
- #tags ⇒ ::Array[Types::Tag]
- #volume_size ⇒ ::Integer
Instance Method Details
#block_size ⇒ ::Integer
170 |
# File 'sig/client.rbs', line 170
def block_size: () -> ::Integer
|
#description ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def description: () -> ::String
|
#kms_key_arn ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def kms_key_arn: () -> ::String
|
#owner_id ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def owner_id: () -> ::String
|
#parent_snapshot_id ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def parent_snapshot_id: () -> ::String
|
#snapshot_id ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
174 |
# File 'sig/client.rbs', line 174
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
168 |
# File 'sig/client.rbs', line 168
def start_time: () -> ::Time
|
#status ⇒ "completed", ...
167 |
# File 'sig/client.rbs', line 167
def status: () -> ("completed" | "pending" | "error")
|
#tags ⇒ ::Array[Types::Tag]
171 |
# File 'sig/client.rbs', line 171
def tags: () -> ::Array[Types::Tag]
|
#volume_size ⇒ ::Integer
169 |
# File 'sig/client.rbs', line 169
def volume_size: () -> ::Integer
|