Class: Aws::PrometheusService::Types::DescribeWorkspaceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::DescribeWorkspaceRequest
 
 
- 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
- 
  
    
      #workspace_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the workspace to describe.
 
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to describe.
      736 737 738 739 740  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 736 class DescribeWorkspaceRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end  |