Class: Aws::ManagedGrafana::Types::AssociateLicenseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::AssociateLicenseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grafana_token ⇒ String
A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account.
-
#license_type ⇒ String
The type of license to associate with the workspace.
-
#workspace_id ⇒ String
The ID of the workspace to associate the license with.
Instance Attribute Details
#grafana_token ⇒ String
A token from Grafana Labs that ties your Amazon Web Services account with a Grafana Labs account. For more information, see [Link your account with Grafana Labs].
98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 98 class AssociateLicenseRequest < Struct.new( :grafana_token, :license_type, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#license_type ⇒ String
The type of license to associate with the workspace.
<note markdown=“1”> Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
</note>
98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 98 class AssociateLicenseRequest < Struct.new( :grafana_token, :license_type, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to associate the license with.
98 99 100 101 102 103 104 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 98 class AssociateLicenseRequest < Struct.new( :grafana_token, :license_type, :workspace_id) SENSITIVE = [] include Aws::Structure end |