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.
10902 10903 10904 |
# File 'sig/types.rbs', line 10902 def description @description end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
10903 10904 10905 |
# File 'sig/types.rbs', line 10903 def device_name @device_name end |
#format ⇒ ::String
Returns the value of attribute format.
10904 10905 10906 |
# File 'sig/types.rbs', line 10904 def format @format end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
10905 10906 10907 |
# File 'sig/types.rbs', line 10905 def snapshot_id @snapshot_id end |
#url ⇒ ::String
Returns the value of attribute url.
10906 10907 10908 |
# File 'sig/types.rbs', line 10906 def url @url end |
#user_bucket ⇒ Types::UserBucket
Returns the value of attribute user_bucket.
10907 10908 10909 |
# File 'sig/types.rbs', line 10907 def user_bucket @user_bucket end |