Class: Aws::ManagedGrafana::Types::AssociateLicenseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::AssociateLicenseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace ⇒ Types::WorkspaceDescription
A structure containing data about the workspace.
Instance Attribute Details
#workspace ⇒ Types::WorkspaceDescription
A structure containing data about the workspace.
112 113 114 115 116 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 112 class AssociateLicenseResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |