class Amazonite::CloudWatchLogs::OpenSearchWorkspace

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.

Included Modules

Defined in:

cloudwatch_logs/open_search_workspace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(workspace_id : String | Nil = nil, status : OpenSearchResourceStatus | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def status : OpenSearchResourceStatus | Nil #

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


[View source]
def status=(status : OpenSearchResourceStatus | Nil) #

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


[View source]
def validate! : Nil #

[View source]
def workspace_id : String | Nil #

The ID of this workspace.


[View source]
def workspace_id=(workspace_id : String | Nil) #

The ID of this workspace.


[View source]