Class: Aws::ManagedGrafana::Types::DescribeWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DescribeWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace ⇒ Types::WorkspaceDescription
A structure containing information about the workspace.
Instance Attribute Details
#workspace ⇒ Types::WorkspaceDescription
A structure containing information about the workspace.
775 776 777 778 779 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 775 class DescribeWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |