Class: Aws::ManagedGrafana::Types::DisassociateLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DisassociateLicenseResponse
- 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.
805 806 807 808 809 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 805 class DisassociateLicenseResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |