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

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

#license_typeString

The type of license to remove from the workspace.

Returns:

  • (String)


603
604
605
606
607
608
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 603

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)


603
604
605
606
607
608
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 603

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