class
Amazonite::CloudWatchLogs::IntegrationSummary
- Amazonite::CloudWatchLogs::IntegrationSummary
- Reference
- Object
Overview
This structure contains information about one CloudWatch Logs integration. This structure is returned by a ListIntegrations operation.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/integration_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_name : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#integration_name : String | Nil
The name of this integration.
-
#integration_name=(integration_name : String | Nil)
The name of this integration.
-
#integration_status : IntegrationStatus | Nil
The current status of this integration.
-
#integration_status=(integration_status : IntegrationStatus | Nil)
The current status of this integration.
-
#integration_type : IntegrationType | Nil
The type of integration.
-
#integration_type=(integration_type : IntegrationType | Nil)
The type of integration.
- #validate! : Nil
Constructor Detail
def self.new(integration_name : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def integration_status=(integration_status : IntegrationStatus | Nil)
#
The current status of this integration.
def integration_type : IntegrationType | Nil
#
The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
def integration_type=(integration_type : IntegrationType | Nil)
#
The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.