Class: Aws::ManagedGrafana::Types::DisassociateLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DisassociateLicenseRequest
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_type ⇒ String
The type of license to remove from the workspace.
-
#workspace_id ⇒ String
The ID of the workspace to remove the Grafana Enterprise license from.
Instance Attribute Details
#license_type ⇒ String
The type of license to remove from the workspace.
798 799 800 801 802 803 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 798 class DisassociateLicenseRequest < Struct.new( :workspace_id, :license_type) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to remove the Grafana Enterprise license from.
798 799 800 801 802 803 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 798 class DisassociateLicenseRequest < Struct.new( :workspace_id, :license_type) SENSITIVE = [] include Aws::Structure end |