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

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

Instance Attribute Details

#workspaceTypes::WorkspaceDescription

A structure that contains details about the workspace.



740
741
742
743
744
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 740

class DescribeWorkspaceResponse < Struct.new(
  :workspace)
  SENSITIVE = []
  include Aws::Structure
end