class Amazonite::CloudWatchLogs::GetIntegrationResponse

Included Modules

Defined in:

cloudwatch_logs/get_integration_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_name : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | Nil = nil, integration_details : IntegrationDetails | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 integration_details : IntegrationDetails | Nil #

A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.


[View source]
def integration_details=(integration_details : IntegrationDetails | Nil) #

A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.


[View source]
def integration_name : String | Nil #

The name of the integration.


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

The name of the integration.


[View source]
def integration_status : IntegrationStatus | Nil #

The current status of this integration.


[View source]
def integration_status=(integration_status : IntegrationStatus | Nil) #

The current status of this integration.


[View source]
def integration_type : IntegrationType | Nil #

The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.


[View source]
def integration_type=(integration_type : IntegrationType | Nil) #

The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.


[View source]
def validate! : Nil #

[View source]