Class: Aws::Types::CreateWorkspaceBundleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceBundleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_description ⇒ ::String
Returns the value of attribute bundle_description.
-
#bundle_name ⇒ ::String
Returns the value of attribute bundle_name.
-
#compute_type ⇒ Types::ComputeType
Returns the value of attribute compute_type.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#root_storage ⇒ Types::RootStorage
Returns the value of attribute root_storage.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_storage ⇒ Types::UserStorage
Returns the value of attribute user_storage.
Instance Attribute Details
#bundle_description ⇒ ::String
Returns the value of attribute bundle_description.
320 321 322 |
# File 'sig/types.rbs', line 320 def bundle_description @bundle_description end |
#bundle_name ⇒ ::String
Returns the value of attribute bundle_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def bundle_name @bundle_name end |
#compute_type ⇒ Types::ComputeType
Returns the value of attribute compute_type.
322 323 324 |
# File 'sig/types.rbs', line 322 def compute_type @compute_type end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def image_id @image_id end |
#root_storage ⇒ Types::RootStorage
Returns the value of attribute root_storage.
324 325 326 |
# File 'sig/types.rbs', line 324 def root_storage @root_storage end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
325 326 327 |
# File 'sig/types.rbs', line 325 def @tags end |
#user_storage ⇒ Types::UserStorage
Returns the value of attribute user_storage.
323 324 325 |
# File 'sig/types.rbs', line 323 def user_storage @user_storage end |