Class: Aws::ManagedGrafana::Types::DisassociateLicenseResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspaceTypes::WorkspaceDescription

A structure containing information about the workspace.



811
812
813
814
815
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 811

class DisassociateLicenseResponse < Struct.new(
  :workspace)
  SENSITIVE = []
  include Aws::Structure
end