Class: Aws::Types::SnapshotDetail
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#disk_image_size ⇒ ::Float
Returns the value of attribute disk_image_size.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#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.
17445 17446 17447 |
# File 'sig/types.rbs', line 17445 def description @description end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
17446 17447 17448 |
# File 'sig/types.rbs', line 17446 def device_name @device_name end |
#disk_image_size ⇒ ::Float
Returns the value of attribute disk_image_size.
17447 17448 17449 |
# File 'sig/types.rbs', line 17447 def disk_image_size @disk_image_size end |
#format ⇒ ::String
Returns the value of attribute format.
17448 17449 17450 |
# File 'sig/types.rbs', line 17448 def format @format end |
#progress ⇒ ::String
Returns the value of attribute progress.
17449 17450 17451 |
# File 'sig/types.rbs', line 17449 def progress @progress end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17450 17451 17452 |
# File 'sig/types.rbs', line 17450 def snapshot_id @snapshot_id end |
#status ⇒ ::String
Returns the value of attribute status.
17451 17452 17453 |
# File 'sig/types.rbs', line 17451 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
17452 17453 17454 |
# File 'sig/types.rbs', line 17452 def @status_message end |
#url ⇒ ::String
Returns the value of attribute url.
17453 17454 17455 |
# File 'sig/types.rbs', line 17453 def url @url end |
#user_bucket ⇒ Types::UserBucketDetails
Returns the value of attribute user_bucket.
17454 17455 17456 |
# File 'sig/types.rbs', line 17454 def user_bucket @user_bucket end |