class
Amazonite::CloudWatchLogs::GetIntegrationResponse
- Amazonite::CloudWatchLogs::GetIntegrationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_integration_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_name : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | Nil = nil, integration_details : IntegrationDetails | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#integration_details : IntegrationDetails | Nil
A structure that contains information about the integration configuration.
-
#integration_details=(integration_details : IntegrationDetails | Nil)
A structure that contains information about the integration configuration.
-
#integration_name : String | Nil
The name of the integration.
-
#integration_name=(integration_name : String | Nil)
The name of the 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
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The current status of this integration.
The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.