Class: Aws::Types::StartSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#parent_snapshot_id ⇒ ::String
Returns the value of attribute parent_snapshot_id.
-
#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.
-
#status ⇒ "completed", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
Instance Attribute Details
#block_size ⇒ ::Integer
Returns the value of attribute block_size.
163 164 165 |
# File 'sig/types.rbs', line 163 def block_size @block_size end |
#description ⇒ ::String
Returns the value of attribute description.
157 158 159 |
# File 'sig/types.rbs', line 157 def description @description end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
166 167 168 |
# File 'sig/types.rbs', line 166 def kms_key_arn @kms_key_arn end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def owner_id @owner_id end |
#parent_snapshot_id ⇒ ::String
Returns the value of attribute parent_snapshot_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def parent_snapshot_id @parent_snapshot_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def snapshot_id @snapshot_id end |
#sse_type ⇒ "sse-ebs", ...
Returns the value of attribute sse_type.
167 168 169 |
# File 'sig/types.rbs', line 167 def sse_type @sse_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
161 162 163 |
# File 'sig/types.rbs', line 161 def start_time @start_time end |
#status ⇒ "completed", ...
Returns the value of attribute status.
160 161 162 |
# File 'sig/types.rbs', line 160 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
164 165 166 |
# File 'sig/types.rbs', line 164 def @tags end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
162 163 164 |
# File 'sig/types.rbs', line 162 def volume_size @volume_size end |