Class: Aws::ManagedGrafana::Types::DeleteWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceResponse
- Defined in:
- gems/aws-sdk-managedgrafana/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 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 613 class DeleteWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |