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.

Returns:

  • (String)


1334
1335
1336
1337
1338
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1334

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