Class: Aws::ManagedGrafana::Types::DisassociateLicenseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_typeString

The type of license to remove from the workspace.

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-managedgrafana/types.rb', line 792

class DisassociateLicenseRequest < Struct.new(
  :license_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to remove the Grafana Enterprise license from.

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-managedgrafana/types.rb', line 792

class DisassociateLicenseRequest < Struct.new(
  :license_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end