Class: Aws::ManagedGrafana::Types::DeleteWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceResponse
- 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 that was deleted.
Instance Attribute Details
#workspace ⇒ Types::WorkspaceDescription
A structure containing information about the workspace that was deleted.
613 614 615 616 617 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 613 class DeleteWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |