Class: Aws::Types::DescribeWorkspaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#encryption_configuration ⇒ Types::WorkspaceEncryptionConfigurationInfo
Returns the value of attribute encryption_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
-
#workspace_description ⇒ ::String
Returns the value of attribute workspace_description.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
-
#workspace_status ⇒ Types::WorkspaceStatus
Returns the value of attribute workspace_status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def created_at @created_at end |
#encryption_configuration ⇒ Types::WorkspaceEncryptionConfigurationInfo
Returns the value of attribute encryption_configuration.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def encryption_configuration @encryption_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def updated_at @updated_at end |
#workspace_arn ⇒ ::String
Returns the value of attribute workspace_arn.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def workspace_arn @workspace_arn end |
#workspace_description ⇒ ::String
Returns the value of attribute workspace_description.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def workspace_description @workspace_description end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def workspace_name @workspace_name end |
#workspace_status ⇒ Types::WorkspaceStatus
Returns the value of attribute workspace_status.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def workspace_status @workspace_status end |