Class: Aws::ManagedGrafana::Types::DescribeWorkspaceConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationString

The configuration string for the workspace that you requested. For more information about the format and configuration options available, see Working in your Grafana workspace.

Returns:

  • (String)


527
528
529
530
531
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 527

class DescribeWorkspaceConfigurationResponse < Struct.new(
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end