Class: Aws::ManagedGrafana::Types::AssociateLicenseResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedGrafana::Types::AssociateLicenseResponse
 
- Defined in:
- gems/aws-sdk-managedgrafana/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 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 112 class AssociateLicenseResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |