Class: Aws::PrometheusService::Types::DescribeWorkspaceResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#workspaceTypes::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