Class: Aws::Types::WorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#root_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute root_volume_encryption_enabled.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute user_volume_encryption_enabled.
-
#volume_encryption_key ⇒ ::String
Returns the value of attribute volume_encryption_key.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
-
#workspace_properties ⇒ Types::WorkspaceProperties
Returns the value of attribute workspace_properties.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def bundle_id @bundle_id end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def directory_id @directory_id end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def ipv_6_address @ipv_6_address end |
#root_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute root_volume_encryption_enabled.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def root_volume_encryption_enabled @root_volume_encryption_enabled end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def @tags end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def user_name @user_name end |
#user_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute user_volume_encryption_enabled.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def user_volume_encryption_enabled @user_volume_encryption_enabled end |
#volume_encryption_key ⇒ ::String
Returns the value of attribute volume_encryption_key.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def volume_encryption_key @volume_encryption_key end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def workspace_name @workspace_name end |
#workspace_properties ⇒ Types::WorkspaceProperties
Returns the value of attribute workspace_properties.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def workspace_properties @workspace_properties end |