Class: Aws::Types::SnapshotDiskContainer
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotDiskContainer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#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.
17459 17460 17461 |
# File 'sig/types.rbs', line 17459 def description @description end |
#format ⇒ ::String
Returns the value of attribute format.
17460 17461 17462 |
# File 'sig/types.rbs', line 17460 def format @format end |
#url ⇒ ::String
Returns the value of attribute url.
17461 17462 17463 |
# File 'sig/types.rbs', line 17461 def url @url end |
#user_bucket ⇒ Types::UserBucket
Returns the value of attribute user_bucket.
17462 17463 17464 |
# File 'sig/types.rbs', line 17462 def user_bucket @user_bucket end |