Class: Aws::PrometheusService::Types::DescribeWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeWorkspaceResponse
- Defined in:
- gems/aws-sdk-prometheusservice/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.
750 751 752 753 754 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 750 class DescribeWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |