class
Amazonite::CloudWatchLogs::DeleteIntegrationRequest
- Amazonite::CloudWatchLogs::DeleteIntegrationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_integration_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_name : String, force : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#force : Bool | Nil
Specify
trueto force the deletion of the integration even if vended logs dashboards currently exist. -
#force=(force : Bool | Nil)
Specify
trueto force the deletion of the integration even if vended logs dashboards currently exist. -
#hash(hasher)
See
Object#hash(hasher) -
#integration_name : String
The name of the integration to delete.
-
#integration_name=(integration_name : String)
The name of the integration to delete.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specify true to force the deletion of the integration even if vended logs dashboards currently
exist.
The default is false.
Specify true to force the deletion of the integration even if vended logs dashboards currently
exist.
The default is false.
The name of the integration to delete. To find the name of your integration, use ListIntegrations.
The name of the integration to delete. To find the name of your integration, use ListIntegrations.