Class: Aws::Types::SnapshotTaskDetail
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotTaskDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_image_size ⇒ ::Float
Returns the value of attribute disk_image_size.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#user_bucket ⇒ Types::UserBucketDetails
Returns the value of attribute user_bucket.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17196 17197 17198 |
# File 'sig/types.rbs', line 17196 def description @description end |
#disk_image_size ⇒ ::Float
Returns the value of attribute disk_image_size.
17197 17198 17199 |
# File 'sig/types.rbs', line 17197 def disk_image_size @disk_image_size end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
17198 17199 17200 |
# File 'sig/types.rbs', line 17198 def encrypted @encrypted end |
#format ⇒ ::String
Returns the value of attribute format.
17199 17200 17201 |
# File 'sig/types.rbs', line 17199 def format @format end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
17200 17201 17202 |
# File 'sig/types.rbs', line 17200 def kms_key_id @kms_key_id end |
#progress ⇒ ::String
Returns the value of attribute progress.
17201 17202 17203 |
# File 'sig/types.rbs', line 17201 def progress @progress end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17202 17203 17204 |
# File 'sig/types.rbs', line 17202 def snapshot_id @snapshot_id end |
#status ⇒ ::String
Returns the value of attribute status.
17203 17204 17205 |
# File 'sig/types.rbs', line 17203 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
17204 17205 17206 |
# File 'sig/types.rbs', line 17204 def @status_message end |
#url ⇒ ::String
Returns the value of attribute url.
17205 17206 17207 |
# File 'sig/types.rbs', line 17205 def url @url end |
#user_bucket ⇒ Types::UserBucketDetails
Returns the value of attribute user_bucket.
17206 17207 17208 |
# File 'sig/types.rbs', line 17206 def user_bucket @user_bucket end |