Class: Aws::Types::Workspace
- Inherits:
-
Object
- Object
- Aws::Types::Workspace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
-
#data_replication_settings ⇒ Types::DataReplicationSettings
Returns the value of attribute data_replication_settings.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#modification_states ⇒ ::Array[Types::ModificationState]
Returns the value of attribute modification_states.
-
#related_workspaces ⇒ ::Array[Types::RelatedWorkspaceProperties]
Returns the value of attribute related_workspaces.
-
#root_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute root_volume_encryption_enabled.
-
#standby_workspaces_properties ⇒ ::Array[Types::StandbyWorkspacesProperties]
Returns the value of attribute standby_workspaces_properties.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#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_id ⇒ ::String
Returns the value of attribute workspace_id.
-
#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.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def bundle_id @bundle_id end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def computer_name @computer_name end |
#data_replication_settings ⇒ Types::DataReplicationSettings
Returns the value of attribute data_replication_settings.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def data_replication_settings @data_replication_settings end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def directory_id @directory_id end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def @error_message end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def ip_address @ip_address end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def ipv_6_address @ipv_6_address end |
#modification_states ⇒ ::Array[Types::ModificationState]
Returns the value of attribute modification_states.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def modification_states @modification_states end |
#related_workspaces ⇒ ::Array[Types::RelatedWorkspaceProperties]
Returns the value of attribute related_workspaces.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def @related_workspaces end |
#root_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute root_volume_encryption_enabled.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def root_volume_encryption_enabled @root_volume_encryption_enabled end |
#standby_workspaces_properties ⇒ ::Array[Types::StandbyWorkspacesProperties]
Returns the value of attribute standby_workspaces_properties.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def standby_workspaces_properties @standby_workspaces_properties end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def subnet_id @subnet_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def user_name @user_name end |
#user_volume_encryption_enabled ⇒ Boolean
Returns the value of attribute user_volume_encryption_enabled.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def user_volume_encryption_enabled @user_volume_encryption_enabled end |
#volume_encryption_key ⇒ ::String
Returns the value of attribute volume_encryption_key.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def volume_encryption_key @volume_encryption_key end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def workspace_id @workspace_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def workspace_name @workspace_name end |
#workspace_properties ⇒ Types::WorkspaceProperties
Returns the value of attribute workspace_properties.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def workspace_properties @workspace_properties end |