Class: Aws::CloudWatchLogs::Types::OpenSearchWorkspace

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

Overview

This structure contains information about the OpenSearch Service workspace used for this integration. An OpenSearch Service workspace is the collection of dashboards along with other OpenSearch Service tools. This workspace was created automatically as part of the integration setup. For more information, see Centralized OpenSearch user interface (Dashboards) with OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::OpenSearchResourceStatus

This structure contains information about the status of an OpenSearch Service resource.



5300
5301
5302
5303
5304
5305
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5300

class OpenSearchWorkspace < Struct.new(
  :workspace_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of this workspace.

Returns:

  • (String)


5300
5301
5302
5303
5304
5305
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5300

class OpenSearchWorkspace < Struct.new(
  :workspace_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end