Class: Aws::ManagedGrafana::Types::AssociateLicenseResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspaceTypes::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