Class: Aws::Types::WorkspaceBundle
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceBundle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#bundle_type ⇒ "REGULAR", "STANDBY"
Returns the value of attribute bundle_type.
-
#compute_type ⇒ Types::ComputeType
Returns the value of attribute compute_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#root_storage ⇒ Types::RootStorage
Returns the value of attribute root_storage.
-
#state ⇒ "AVAILABLE", ...
Returns the value of attribute state.
-
#user_storage ⇒ Types::UserStorage
Returns the value of attribute user_storage.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def bundle_id @bundle_id end |
#bundle_type ⇒ "REGULAR", "STANDBY"
Returns the value of attribute bundle_type.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def bundle_type @bundle_type end |
#compute_type ⇒ Types::ComputeType
Returns the value of attribute compute_type.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def compute_type @compute_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def description @description end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def image_id @image_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def owner @owner end |
#root_storage ⇒ Types::RootStorage
Returns the value of attribute root_storage.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def root_storage @root_storage end |
#state ⇒ "AVAILABLE", ...
Returns the value of attribute state.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def state @state end |
#user_storage ⇒ Types::UserStorage
Returns the value of attribute user_storage.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def user_storage @user_storage end |