Class: Aws::ManagedGrafana::Types::DescribeWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DescribeWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace to display information about.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to display information about.
763 764 765 766 767 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 763 class DescribeWorkspaceRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |