Class: Aws::PrometheusService::Types::DescribeWorkspaceRequest

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

Overview

Represents the input of a DescribeWorkspace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The ID of the workspace to describe.

Returns:

  • (String)


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

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