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.
740 741 742 743 744 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 740 class DescribeWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |