Class: Aws::PrometheusService::Types::DescribeWorkspaceConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-prometheusservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace that you want to retrieve information for. To find the IDs of your workspaces, use the [ListWorkspaces] operation.

[1]: docs.aws.amazon.com/prometheus/latest/APIReference/API_ListWorkspaces.htm

Returns:

  • (String)


742
743
744
745
746
# File 'lib/aws-sdk-prometheusservice/types.rb', line 742

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