Class: Aws::Types::DescribeWorkspaceResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def created_at
  @created_at
end

#encryption_configurationTypes::WorkspaceEncryptionConfigurationInfo

Returns the value of attribute encryption_configuration.



2026
2027
2028
# File 'sig/types.rbs', line 2026

def encryption_configuration
  @encryption_configuration
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def updated_at
  @updated_at
end

#workspace_arn::String

Returns the value of attribute workspace_arn.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def workspace_arn
  @workspace_arn
end

#workspace_description::String

Returns the value of attribute workspace_description.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def workspace_description
  @workspace_description
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def workspace_name
  @workspace_name
end

#workspace_statusTypes::WorkspaceStatus

Returns the value of attribute workspace_status.



2025
2026
2027
# File 'sig/types.rbs', line 2025

def workspace_status
  @workspace_status
end