Class: Aws::PrometheusService::Types::DescribeWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a DescribeWorkspace operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace ⇒ Types::WorkspaceDescription
A structure that contains details about the workspace.
Instance Attribute Details
#workspace ⇒ Types::WorkspaceDescription
A structure that contains details about the workspace.
1350 1351 1352 1353 1354 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1350 class DescribeWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |