Class: Aws::Types::ImageDiskContainer
- Inherits:
-
Object
- Object
- Aws::Types::ImageDiskContainer
- 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.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#user_bucket ⇒ Types::UserBucket
Returns the value of attribute user_bucket.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
11387 11388 11389 |
# File 'sig/types.rbs', line 11387 def description @description end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
11388 11389 11390 |
# File 'sig/types.rbs', line 11388 def device_name @device_name end |
#format ⇒ ::String
Returns the value of attribute format.
11389 11390 11391 |
# File 'sig/types.rbs', line 11389 def format @format end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
11390 11391 11392 |
# File 'sig/types.rbs', line 11390 def snapshot_id @snapshot_id end |
#url ⇒ ::String
Returns the value of attribute url.
11391 11392 11393 |
# File 'sig/types.rbs', line 11391 def url @url end |
#user_bucket ⇒ Types::UserBucket
Returns the value of attribute user_bucket.
11392 11393 11394 |
# File 'sig/types.rbs', line 11392 def user_bucket @user_bucket end |