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.



616
617
618
619
620
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 616

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