class
Amazonite::CloudWatchLogs::PutIntegrationResponse
- Amazonite::CloudWatchLogs::PutIntegrationResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_integration_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_name : String | Nil = nil, integration_status : IntegrationStatus | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 the integration that you just created.
-
#integration_name=(integration_name : String | Nil)
The name of the integration that you just created.
-
#integration_status : IntegrationStatus | Nil
The status of the integration that you just created.
-
#integration_status=(integration_status : IntegrationStatus | Nil)
The status of the integration that you just created.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the integration that you just created.
The status of the integration that you just created.
After you create an integration, it takes a few minutes to complete. During this time, you'll
see the status as PROVISIONING.
The status of the integration that you just created.
After you create an integration, it takes a few minutes to complete. During this time, you'll
see the status as PROVISIONING.